Commit b5a1e6d2 by Peter Weidenbach Committed by GitHub

Update .travis.yml

parent 0c09cce3
...@@ -5,6 +5,8 @@ python: ...@@ -5,6 +5,8 @@ python:
# command to install dependencies # command to install dependencies
install: install:
- "python setup.py -q install" - "python setup.py -q install"
- "pip install pytest-pep8" - "pip install pytest-pep8 pytest-cov codecov"
# command to run tests # command to run tests
script: pytest script: "pytest --cov=./"
\ No newline at end of file after_success:
- codecov
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment