Skip to content

Commit

Permalink
Run "setup.py install" to ensure requirements are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr committed Oct 26, 2014
1 parent 9bbe119 commit 55c94df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,6 @@ python:
- 3.3
- 3.4

install: pip install nose
install: pip install nose && python setup.py install

script: nosetests

0 comments on commit 55c94df

Please sign in to comment.