Add bionic in travis and change path in appveyor
This commit is contained in:
parent
2949e3422d
commit
d6b4d7d265
|
@ -18,7 +18,8 @@ environment:
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
- TOXENV: py39-no-ext
|
- TOXENV: py39-no-ext
|
||||||
PYTHON: "C:\\Python39-x64"
|
PYTHON: "C:\\Python39-x64\\python"
|
||||||
|
PYTHONPATH: "C:\\Python39-x64"
|
||||||
PYTHON_VERSION: "3.9.x"
|
PYTHON_VERSION: "3.9.x"
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
|
|
|
@ -33,12 +33,12 @@ matrix:
|
||||||
name: "Python 3.8 without Extensions"
|
name: "Python 3.8 without Extensions"
|
||||||
- env: TOX_ENV=py39
|
- env: TOX_ENV=py39
|
||||||
python: 3.9
|
python: 3.9
|
||||||
dist: xenial
|
dist: bionic
|
||||||
sudo: true
|
sudo: true
|
||||||
name: "Python 3.9 with Extensions"
|
name: "Python 3.9 with Extensions"
|
||||||
- env: TOX_ENV=py39-no-ext
|
- env: TOX_ENV=py39-no-ext
|
||||||
python: 3.9
|
python: 3.9
|
||||||
dist: xenial
|
dist: bionic
|
||||||
sudo: true
|
sudo: true
|
||||||
name: "Python 3.9 without Extensions"
|
name: "Python 3.9 without Extensions"
|
||||||
- env: TOX_ENV=type-checking
|
- env: TOX_ENV=type-checking
|
||||||
|
@ -52,6 +52,7 @@ matrix:
|
||||||
name: "Python 3.8 Type checks"
|
name: "Python 3.8 Type checks"
|
||||||
- env: TOX_ENV=type-checking
|
- env: TOX_ENV=type-checking
|
||||||
python: 3.9
|
python: 3.9
|
||||||
|
dist: bionic
|
||||||
name: "Python 3.9 Type checks"
|
name: "Python 3.9 Type checks"
|
||||||
- env: TOX_ENV=lint
|
- env: TOX_ENV=lint
|
||||||
python: 3.6
|
python: 3.6
|
||||||
|
@ -76,7 +77,7 @@ matrix:
|
||||||
name: "Python 3.8 Bandit security scan"
|
name: "Python 3.8 Bandit security scan"
|
||||||
- env: TOX_ENV=security
|
- env: TOX_ENV=security
|
||||||
python: 3.9
|
python: 3.9
|
||||||
dist: xenial
|
dist: bionic
|
||||||
sudo: true
|
sudo: true
|
||||||
name: "Python 3.9 Bandit security scan"
|
name: "Python 3.9 Bandit security scan"
|
||||||
- env: TOX_ENV=docs
|
- env: TOX_ENV=docs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user