add requirements-dev.txt for debugging

This commit is contained in:
debugtalk
2018-02-22 11:07:31 +08:00
parent 9c770b929a
commit ae1e6f27d9
4 changed files with 25 additions and 5 deletions

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: