We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213da42 commit 4408a50Copy full SHA for 4408a50
.travis.yml
@@ -14,12 +14,12 @@ install:
14
- conda info -a
15
- conda env create -n test-environment -f environment.yml
16
- source activate test-environment
17
- - conda install coverage green codecov -c conda-forge
+ - conda install coverage codecov -c conda-forge
18
- python setup.py install
19
20
script:
21
- dimspy --help
22
- - python setup.py test
+ - coverage run --source dimspy setup.py test
23
24
after_script:
25
- python -m codecov
0 commit comments