Does not seem to run our codecoverage, removed pytest in script.

This commit is contained in:
2017-12-16 15:43:08 +01:00
parent 04c7c95dca
commit 24a5a963c0

View File

@@ -4,8 +4,6 @@ python:
install:
- pip install -r requirements.txt
script: pytest
after_success:
- coverage run -m pytest
- coveralls