Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Mar 25, 2015
1 parent 6c68559 commit 0e5d37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ before_install:
- sudo apt-get install -y python-numpy

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
install: pip install wheel affine

# command to run tests, e.g. python setup.py test
script: python setup.py test

notifications:
email: false
email: false

0 comments on commit 0e5d37d

Please sign in to comment.