Commit 1b90d49c by Peter Weidenbach Committed by GitHub

Update .travis.yml

parent 61005b8e
......@@ -5,6 +5,8 @@ python:
# command to install dependencies
install:
- "python setup.py -q install"
- "pip install pytest-pep8 pytest-cov"
- "pip install pytest-pep8 pytest-cov codecov"
# command to run tests
script: pytest --cov=./
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