From d6b4d7d265530b26b8d24f9332c9310103364949 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Sun, 25 Oct 2020 21:01:31 +0200 Subject: [PATCH] Add bionic in travis and change path in appveyor --- .appveyor.yml | 3 ++- .travis.yml | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 536ce176..e983faa0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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" diff --git a/.travis.yml b/.travis.yml index 62f7e5b8..ac577011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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