mirror of
https://github.com/KevinMidboe/knowit_julekalender-2018.git
synced 2025-12-29 13:11:25 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user