travis command rollback

This commit is contained in:
Shay Palachy
2017-04-20 15:22:07 +03:00
parent a3387fd9a2
commit ec89193803
2 changed files with 2 additions and 2 deletions
+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
+1 -1
View File
@@ -206,7 +206,7 @@ To run the tests use:
.. code-block:: bash
pytest --cov=cachier
python -m pytest --cov=cachier
Adding documentation