Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
tests: Use setup.py nosetests
Browse files Browse the repository at this point in the history
`nosetests` doesn't install `setup.py` test 
dependencies. This command should.
  • Loading branch information
Ethan McCreadie committed Aug 14, 2012
1 parent 3ffdec3 commit ed6f20d
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 @@ -7,4 +7,4 @@ python:

install: "pip install . --use-mirrors"

script: nosetests
script: python setup.py nosetests

0 comments on commit ed6f20d

Please sign in to comment.