mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-08 20:41:44 +08:00
drop support for Python 3.4 as it was EOL on 2019-03-16
This commit is contained in:
@@ -2,7 +2,6 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
matrix:
|
matrix:
|
||||||
@@ -12,7 +11,7 @@ matrix:
|
|||||||
sudo: true
|
sudo: true
|
||||||
install:
|
install:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install -v
|
- poetry install -vvv
|
||||||
script:
|
script:
|
||||||
- poetry build
|
- poetry build
|
||||||
- poetry run coverage run --source=httprunner -m unittest discover
|
- poetry run coverage run --source=httprunner -m unittest discover
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
**Features**
|
**Features**
|
||||||
|
|
||||||
- replace pipenv & setup.py with poetry
|
- replace pipenv & setup.py with poetry
|
||||||
|
- drop support for Python 3.4 as it was EOL on 2019-03-16
|
||||||
|
|
||||||
## 2.2.3
|
## 2.2.3
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ classifiers = [
|
|||||||
include = ["CHANGELOG.md", "httprunner/templates/*"]
|
include = ["CHANGELOG.md", "httprunner/templates/*"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "~2.7 || ^3.4"
|
python = "~2.7 || ^3.5"
|
||||||
requests = "^2.14"
|
requests = "^2.14"
|
||||||
requests-toolbelt = "^0.9.1"
|
requests-toolbelt = "^0.9.1"
|
||||||
pyyaml = "^5.1"
|
pyyaml = "^5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user