Skip to content

Commit

Permalink
travis/appveyor: add support for Python 3.8 (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and giampaolo committed Nov 20, 2019
1 parent d84fb07 commit b316e6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ matrix:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
- python: 3.8
# pypy
# - python: pypy
# - python: pypy3
Expand Down
8 changes: 8 additions & 0 deletions appveyor.yml
Expand Up @@ -27,6 +27,10 @@ environment:
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "32"

# 64 bits

- PYTHON: "C:\\Python27-x64"
Expand All @@ -45,6 +49,10 @@ environment:
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -5,7 +5,7 @@
# directory.

[tox]
envlist = py26, py27, py34, py35, py36, py37, lint
envlist = py26, py27, py34, py35, py36, py37, py38, lint

[testenv]
deps =
Expand Down

0 comments on commit b316e6a

Please sign in to comment.