Skip to content

Commit

Permalink
print test names as they run in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
necrolyte2 committed Mar 14, 2016
1 parent 4bb4534 commit 51e7c3a
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 @@ -13,7 +13,7 @@ install:
- pip install -r tests/requirements.txt
- python setup.py develop
script:
- nosetests tests --with-coverage --cover-erase --cover-package=bio_bits -a '!download'
- nosetests tests -v --with-coverage --cover-erase --cover-package=bio_bits -a '!download'
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pybot --exclude py27+ tests/*.robot ; else pybot tests/*.robot; fi
after_success:
- coveralls
Expand Down

0 comments on commit 51e7c3a

Please sign in to comment.