Skip to content

Commit

Permalink
Try installing package on Travis before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 4, 2017
1 parent 010a8ed commit fcdeff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ python:
- 3.4
- 3.3
- 2.7
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
#install: pip install nose
# command to run tests, e.g. python setup.py test

install: pip install .

script: nosetests

addons:
Expand Down

0 comments on commit fcdeff5

Please sign in to comment.