This commit is contained in:
debugtalk
2017-07-19 19:18:02 +08:00
parent 4c1f0d9965
commit a4b1be79a6

View File

@@ -7,7 +7,7 @@ python:
- 3.5
- 3.6
install:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
script:
- coverage run --source=ate -m unittest discover
after_success: