travis bugfix

This commit is contained in:
Shay Palachy
2017-04-20 12:42:15 +03:00
parent 36776efa11
commit ac788ee4dd
+1 -1
View File
@@ -12,7 +12,7 @@ before_install:
- pip install codecov
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install pytest coverage pytest-cov; else pip install ".[test]"; fi
script: pytest --cov=cachier
script: python -m pytest --cov=cachier
# submit coverage
after_success:
# - coveralls