Skip to content

Commit

Permalink
#154 modify the travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
aanersc committed Mar 4, 2021
1 parent 9f6c1d3 commit 05beb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
-e TRAVIS_PULL_REQUEST
-v "$(pwd):/src"
${TEST_IMAGE}
bash -c "source /opt/conda/bin/activate && coverage run --omit=geospaas/nansat_ingestor/tests/*,geospaas/catalog/tests/*,geospaas/vocabularies/tests/* runtests.py && coveralls"
bash -c "source /opt/conda/bin/activate && coverage run --omit=geospaas/catalog/tests/*,geospaas/vocabularies/tests/* runtests.py && coveralls"
deploy:
- provider: pypi
edge: true
Expand Down

0 comments on commit 05beb0c

Please sign in to comment.