Commit 5de40f84 by Jörg Stucke

Merge branch 'master' into bugfix_and_refactoring

parents f19f4642 ec35d19d
...@@ -13,7 +13,7 @@ install: ...@@ -13,7 +13,7 @@ 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 pytest-cov codecov" - "pip install --upgrade pytest pytest-pep8 pytest-cov codecov"
# command to run tests # command to run tests
script: "pytest --cov-config .coveragerc --cov=./" script: "pytest --cov-config .coveragerc --cov=./"
after_success: after_success:
......
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