Add bionic in travis and change path in appveyor

This commit is contained in:
Adam Hopkins 2020-10-25 21:01:31 +02:00
parent 2949e3422d
commit d6b4d7d265
2 changed files with 6 additions and 4 deletions

View File

@ -18,7 +18,8 @@ environment:
PYTHON_ARCH: "64"
- TOXENV: py39-no-ext
PYTHON: "C:\\Python39-x64"
PYTHON: "C:\\Python39-x64\\python"
PYTHONPATH: "C:\\Python39-x64"
PYTHON_VERSION: "3.9.x"
PYTHON_ARCH: "64"

View File

@ -33,12 +33,12 @@ matrix:
name: "Python 3.8 without Extensions"
- env: TOX_ENV=py39
python: 3.9
dist: xenial
dist: bionic
sudo: true
name: "Python 3.9 with Extensions"
- env: TOX_ENV=py39-no-ext
python: 3.9
dist: xenial
dist: bionic
sudo: true
name: "Python 3.9 without Extensions"
- env: TOX_ENV=type-checking
@ -52,6 +52,7 @@ matrix:
name: "Python 3.8 Type checks"
- env: TOX_ENV=type-checking
python: 3.9
dist: bionic
name: "Python 3.9 Type checks"
- env: TOX_ENV=lint
python: 3.6
@ -76,7 +77,7 @@ matrix:
name: "Python 3.8 Bandit security scan"
- env: TOX_ENV=security
python: 3.9
dist: xenial
dist: bionic
sudo: true
name: "Python 3.9 Bandit security scan"
- env: TOX_ENV=docs