python -m codecov -> codecov

This commit is contained in:
Shay Palachy
2019-07-14 14:43:39 +03:00
parent 4aa07fc212
commit 9f01d89cd2
+2 -2
View File
@@ -103,9 +103,9 @@ install:
- echo $TRAVIS_OS_NAME
- pip install ".[test]"
# - if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && ["$TRAVIS_OS_NAME" == "linux"]; then pip install coverage pytest-cov .; else pip install ".[test]"; fi
script: pytest # python -m pytest
script: pytest
after_success:
- python -m codecov # submit coverage to codecov.io
- codecov # submit coverage to codecov.io
# deploy:
# provider: pypi
# user: shaypal5