Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Apr 27, 2015
1 parent 203aa0f commit ca427ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
- sudo pip install wheel cython nose

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: sudo pip install -r requirements --no-deps
install: sudo pip install -r requirements.txt --no-deps

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

0 comments on commit ca427ee

Please sign in to comment.