File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ repo_token : bFrSJQVGy70uL6ZoYvrWXgXBTFQojp9SR
2
+ service_name : travis-ci
Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ install:
22
22
- conda info -a
23
23
24
24
# Replace dep1 dep2 ... with your dependencies
25
- - conda create -q -n test-environment -c conda-forge python=$TRAVIS_PYTHON_VERSION sixs pysolar numpy scipy pandas matplotlib pytest
25
+ - conda create -q -n test-environment -c conda-forge python=$TRAVIS_PYTHON_VERSION sixs pysolar numpy scipy pandas matplotlib pytest pytest-cov
26
26
- source activate test-environment
27
27
- python setup.py install
28
28
29
29
script :
30
30
# Your test script goes here
31
- python -m pytest -v --junitxml=result.xml
31
+ python -m pytest -v --junitxml=result.xml --cov Py6S --cov-report term-missing
32
+ after_success :
33
+ - coveralls
You can’t perform that action at this time.
0 commit comments