mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-06 23:11:21 +08:00
remove Python 3.7-dev temporarily
This commit is contained in:
@@ -6,7 +6,6 @@ python:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7-dev
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements_dev.txt
|
- pip install -r requirements_dev.txt
|
||||||
script:
|
script:
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ Enjoy!
|
|||||||
|
|
||||||
## Supported Python Versions
|
## Supported Python Versions
|
||||||
|
|
||||||
Python `2.7`, `3.3`, `3.4`, `3.5`, `3.6` and `3.7-dev`.
|
Python `2.7`, `3.3`, `3.4`, `3.5` and `3.6`.
|
||||||
|
|
||||||
`ApiTestEngine` has been tested on `macOS`, `Linux` and `Windows` platforms.
|
`ApiTestEngine` has been tested on `macOS`, `Linux` and `Windows` platforms.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user