mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
fix requirements
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ python:
|
|||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements_dev.txt
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- coverage run --source=ate -m unittest discover
|
- coverage run --source=ate -m unittest discover
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user