Skip to content

Commit 85890fc

Browse files
committed
revert .travis.yml
1 parent 8c89c97 commit 85890fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ install:
1717
- pip install .
1818
script:
1919
- qiita_env make_test_env
20-
- nosetests --with-doctest --with-coverage --cover-package=coveralls
20+
- nosetests --with-doctest
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
2225
services:
2326
- redis-server
2427
after_success:

0 commit comments

Comments
 (0)