Skip to content

Commit a681771

Browse files
authored
Also cover Python 3.8 in Test Automation (#33)
* Add py38 into tox.ini * Add Python 3.8 into .travis.yml
1 parent b73bfe8 commit a681771

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ matrix:
1616
env: TOXENV=py37
1717
os: linux
1818
dist: xenial
19+
- python: "3.8"
20+
env: TOXENV=py38
21+
os: linux
22+
dist: xenial
1923
- name: "Python 3.7 on macOS"
2024
env: TOXENV=py37
2125
os: osx

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py35,py36,py37
2+
envlist = py27,py35,py36,py37,py38
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)