This commit is contained in:
httprunner
2017-07-19 19:18:02 +08:00
parent aaeffeb14f
commit 15c337f201

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: