Added scripts, because now nothing runs. Now we run coverage with pytest.

This commit is contained in:
2017-12-16 15:45:53 +01:00
parent 24a5a963c0
commit 85a53611db

View File

@@ -3,7 +3,7 @@ python:
- 3.6 - 3.6
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script:
after_success:
- coverage run -m pytest - coverage run -m pytest
after_success:
- coveralls - coveralls