Skip to content

Commit 8ad6b22

Browse files
wsanchezmahmoud
authored andcommitted
Add py3.8 to the matrix (#83)
* Add py3.8 to travis build matrix
1 parent 42d30b4 commit 8ad6b22

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ matrix:
1818
env: TOXENV=test-py36,codecov
1919
- python: "3.7"
2020
env: TOXENV=test-py37,codecov
21+
- python: "3.8"
22+
env: TOXENV=test-py38,codecov
2123
- python: "pypy"
2224
env: TOXENV=test-pypy,codecov
2325
- python: "pypy3"

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ environment:
1818
- PYTHON: "C:\\Python37-x64"
1919
TOX_ENV: "test-py37,codecov"
2020

21+
#- PYTHON: "C:\\Python38-x64"
22+
# TOX_ENV: "test-py38,codecov"
23+
2124

2225
init:
2326
- set OS=WINDOWS

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
envlist =
44
flake8
5-
test-py{26,27,34,35,36,37,py,py3}
5+
test-py{26,27,34,35,36,37,38,py,py3}
66
coverage_report
77
packaging
88

@@ -25,6 +25,7 @@ basepython =
2525
py36: python3.6
2626
py37: python3.7
2727
py38: python3.8
28+
py39: python3.9
2829
pypy: pypy
2930
pypy3: pypy3
3031

@@ -69,7 +70,7 @@ commands =
6970

7071
description = run Flake8 (linter)
7172

72-
basepython = python3.7
73+
basepython = python3.8
7374

7475
skip_install = True
7576

@@ -134,7 +135,7 @@ application-import-names = deploy
134135

135136
description = run Mypy (static type checker)
136137

137-
basepython = python3.7
138+
basepython = python3.8
138139

139140
skip_install = True
140141

0 commit comments

Comments
 (0)