reduce installing dependent libs for user

This commit is contained in:
debugtalk
2017-11-14 16:15:03 +08:00
parent b30b9fdfac
commit 905ba88cfd
3 changed files with 3 additions and 3 deletions

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

View File

@@ -1 +1 @@
__version__ = '0.8.1d'
__version__ = '0.8.2'

View File

@@ -1,6 +1,4 @@
requests[security]
flask
PyYAML
coveralls
coverage
PyUnitReport