diff --git a/.travis.yml b/.travis.yml index b09011e..0333f2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: