remove requirements.txt

This commit is contained in:
debugtalk
2018-02-22 00:04:25 +08:00
parent 6ae532df9e
commit 66b6f8d904
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -8,8 +8,8 @@ python:
install:
- pip install coverage
- pip install coveralls
- pip install -r requirements.txt
- pip install flask
- python setup.py install
script:
- coverage run --source=httprunner -m unittest discover
after_success: