Skip to content

Commit

Permalink
make pip verbose to avoid travis timeout when installing scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeissinger committed May 13, 2015
1 parent 656622e commit 262be37
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 @@ -28,6 +28,6 @@ before_install:
- cd ../..

install:
- "pip install -r req-travis.txt"
- "pip install -r -v req-travis.txt"
# command to run tests
script: nosetests

0 comments on commit 262be37

Please sign in to comment.