Skip to content

Commit

Permalink
Merge branch 'v0.4.1rc'
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Jan 2, 2014
2 parents 55600f6 + fd896ad commit d0f41fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: python
python:
- 2.7
- pypy
install: python setup.py install
before_install: pip freeze
install:
- pip install -U "pip>=1.4" "setuptools>=0.9" "wheel>=0.21"
- python setup.py sdist bdist_egg bdist_wheel
- python setup.py install
script:
- python test_unittest.py

0 comments on commit d0f41fc

Please sign in to comment.