Updated .travis config.
This commit is contained in:
parent
0e306d5307
commit
f1608782f1
|
@ -1,4 +1,4 @@
|
||||||
sudo: false
|
os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
cache: pip
|
cache: pip
|
||||||
|
@ -6,7 +6,7 @@ env:
|
||||||
- TOX_ENV=py27
|
- TOX_ENV=py27
|
||||||
# - TOX_ENV=py34
|
# - TOX_ENV=py34
|
||||||
- TOX_ENV=py35
|
- TOX_ENV=py35
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env:
|
env:
|
||||||
|
@ -16,13 +16,11 @@ matrix:
|
||||||
- TOX_ENV=py37
|
- TOX_ENV=py37
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
sudo: required
|
|
||||||
- python: "3.8"
|
- python: "3.8"
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=py38
|
- TOX_ENV=py38
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
sudo: required
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue