Skip to content

Commit 786c0f0

Browse files
committed
Add Python 3.8 jobs
Signed-off-by: Stephen Finucane <[email protected]>
1 parent f6f3b06 commit 786c0f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.5
77
- 3.6
88
- 3.7
9+
- 3.8
910
install:
1011
- pip install tox-travis
1112
script:
@@ -16,7 +17,7 @@ stages:
1617
jobs:
1718
include:
1819
- stage: deploy
19-
python: 3.7
20+
python: 3.8
2021
install: skip # no tests, no depedencies needed
2122
script: skip # we're not running tests
2223
deploy:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.1
3-
envlist = pep8,mypy,clean,py{27,35,36,37},report
3+
envlist = pep8,mypy,clean,py{27,35,36,37,38},report
44
ignore_basepython_conflict = true
55

66
[testenv]

0 commit comments

Comments
 (0)