Skip to content

Commit

Permalink
rm verbose from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepjohnson committed Oct 8, 2016
1 parent 22c185a commit 8107f0c
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 @@ -20,7 +20,7 @@ script:
# Travis CI pre-installs `nose`
# https://github.com/coagulant/coveralls-python#nosetests
# http://nose.readthedocs.org/en/latest/plugins/skip.html
- nosetests --verbose --no-skip --with-coverage --cover-package=cltk
- nosetests --no-skip --with-coverage --cover-package=cltk

after_success:
- codecov
Expand Down

0 comments on commit 8107f0c

Please sign in to comment.