travis bugfix

This commit is contained in:
Shay Palachy
2017-04-20 12:32:06 +03:00
parent 52fe648d4e
commit 36776efa11
+1 -1
View File
@@ -11,7 +11,7 @@ before_install:
# coverage submission packages
- pip install codecov
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install pytest coverage pytest-cov; else; pip install ".[test]"; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install pytest coverage pytest-cov; else pip install ".[test]"; fi
script: pytest --cov=cachier
# submit coverage
after_success: