Skip to content

Commit 8c89c97

Browse files
committed
coverage testing using nosetests
1 parent b1d7c87 commit 8c89c97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ install:
1717
- pip install .
1818
script:
1919
- qiita_env make_test_env
20-
- nosetests --with-doctest
20+
- nosetests --with-doctest --with-coverage --cover-package=coveralls
2121
- pep8 qiita_db qiita_core qiita_pet setup.py
22-
# we need to run the test suite from setup.py for coveralls to grab the info
23-
- coverage run setup.py test
24-
- coverage report -m
2522
services:
2623
- redis-server
2724
after_success:

0 commit comments

Comments
 (0)