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 8e1b472 commit 5a5e1c3Copy full SHA for 5a5e1c3
.travis.yml
@@ -150,7 +150,8 @@ install:
150
151
script:
152
# create the necessary references
153
- - py.test -v --ref --cov=psy_maps && python ci/check_ref_deploy.py
+ - coverage run --source=psy_maps setup.py test -a "-v --ref" &&
154
+ python ci/check_ref_deploy.py && coverage report
155
# run the tests
156
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
157
py.test -v -n $NCORES --cov-append --cov=psy_maps -m 'not TWOD';
0 commit comments