Commit f385b043 by Peter Weidenbach Committed by GitHub

Update .travis.yml

parent 250e40d3
...@@ -13,6 +13,8 @@ install: ...@@ -13,6 +13,8 @@ install:
- "sudo apt-get install -y mongodb-org" - "sudo apt-get install -y mongodb-org"
- "sudo service mongod start" - "sudo service mongod start"
- "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=./"
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