add requirements-dev.txt for debugging

This commit is contained in:
httprunner
2018-02-22 11:23:34 +08:00
parent b4a5c04014
commit 1629063b39
4 changed files with 25 additions and 5 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ python:
install:
- pip install coverage
- pip install coveralls
- pip install flask
- python setup.py install
- pip install -r requirements-dev.txt
script:
- coverage run --source=httprunner -m unittest discover
after_success: