mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
reduce installing dependent libs for user
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.8.1d'
|
||||
__version__ = '0.8.2'
|
||||
@@ -1,6 +1,4 @@
|
||||
requests[security]
|
||||
flask
|
||||
PyYAML
|
||||
coveralls
|
||||
coverage
|
||||
PyUnitReport
|
||||
Reference in New Issue
Block a user