do I need python -m pytest?

This commit is contained in:
Shay Palachy
2019-07-14 14:34:06 +03:00
parent d404f880dd
commit 4aa07fc212
+1 -1
View File
@@ -103,7 +103,7 @@ 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: python -m pytest
script: pytest # python -m pytest
after_success:
- python -m codecov # submit coverage to codecov.io
# deploy: