diff --git a/.travis.yml b/.travis.yml index c1e10baa..62b1d18d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "2.7" - "3.5" - "3.6" + - "3.7" + - "3.8" addons: apt: diff --git a/appveyor.yml b/appveyor.yml index 9d6e3125..87476130 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,6 +30,22 @@ environment: - PYTHON: "C:\\Python36-x64" PYTHON_VERSION: "3.6.x" # currently 3.6.1 PYTHON_ARCH: "64" + + - PYTHON: "C:\\Python37" + PYTHON_VERSION: "3.7.x" # currently 3.6.1 + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python37-x64" + PYTHON_VERSION: "3.7.x" # currently 3.6.1 + PYTHON_ARCH: "64" + + - PYTHON: "C:\\Python38" + PYTHON_VERSION: "3.8.x" # currently 3.6.1 + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python38-x64" + PYTHON_VERSION: "3.8.x" # currently 3.6.1 + PYTHON_ARCH: "64" install: # Install non-python dependencies using chocolatey package manager