Skip to content

Commit

Permalink
coverage testing using nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
squirrelo committed Jun 19, 2014
1 parent b1d7c87 commit 8c89c97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ install:
- pip install .
script:
- qiita_env make_test_env
- nosetests --with-doctest
- nosetests --with-doctest --with-coverage --cover-package=coveralls
- pep8 qiita_db qiita_core qiita_pet setup.py
# we need to run the test suite from setup.py for coveralls to grab the info
- coverage run setup.py test
- coverage report -m
services:
- redis-server
after_success:
Expand Down

0 comments on commit 8c89c97

Please sign in to comment.