reduce installing dependent libs for user

This commit is contained in:
httprunner
2017-11-14 16:15:03 +08:00
parent d5f534bceb
commit 64e22eb828
3 changed files with 3 additions and 3 deletions
+2
View File
@@ -6,6 +6,8 @@ python:
- 3.5
- 3.6
install:
- pip install coverage
- pip install coveralls
- pip install -r requirements.txt
script:
- coverage run --source=httprunner -m unittest discover