Skip to content

Commit 4408a50

Browse files
authored
Add 'coverage.py' to travis to generate report
1 parent 213da42 commit 4408a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ install:
1414
- conda info -a
1515
- conda env create -n test-environment -f environment.yml
1616
- source activate test-environment
17-
- conda install coverage green codecov -c conda-forge
17+
- conda install coverage codecov -c conda-forge
1818
- python setup.py install
1919

2020
script:
2121
- dimspy --help
22-
- python setup.py test
22+
- coverage run --source dimspy setup.py test
2323

2424
after_script:
2525
- python -m codecov

0 commit comments

Comments
 (0)