Changed travis config to run our custome script to upload a image to dropbox based on how many tests passed.

This commit is contained in:
2017-12-16 18:07:56 +01:00
parent 85e3d77a5d
commit fd0f760664
3 changed files with 66 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ python:
install:
- pip install -r requirements.txt
script:
- coverage run -m pytest
- pytest --junitxml=result.xml
- badge.py
after_success:
- coveralls