mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
remove python 3.7 from travis
This commit is contained in:
+1
-3
@@ -1,12 +1,10 @@
|
|||||||
sudo: true
|
sudo: false
|
||||||
dist: xenial
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
|
||||||
install:
|
install:
|
||||||
- pip install pipenv --upgrade-strategy=only-if-needed
|
- pip install pipenv --upgrade-strategy=only-if-needed
|
||||||
- pipenv install --dev
|
- pipenv install --dev
|
||||||
|
|||||||
Reference in New Issue
Block a user