Skip to content

Commit

Permalink
Fix travis error of not reading nosetests for setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
audip committed Oct 30, 2016
1 parent 84813a2 commit 31fe63b
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 @@ -10,6 +10,6 @@ install:
- sudo mv nltk_data /usr/share/nltk_data
# command to run tests
script:
- sudo python setup.py nosetests
- sudo python setup.py test
notifications:
email: false

0 comments on commit 31fe63b

Please sign in to comment.