mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
travis bugfix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user