mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-10 23:12:41 +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
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
matrix:
|
||||
@@ -12,7 +11,7 @@ matrix:
|
||||
sudo: true
|
||||
install:
|
||||
- pip install poetry
|
||||
- poetry install -v
|
||||
- poetry install -vvv
|
||||
script:
|
||||
- poetry build
|
||||
- poetry run coverage run --source=httprunner -m unittest discover
|
||||
|
||||
Reference in New Issue
Block a user