Skip to content

Commit 8a6e800

Browse files
committed
tox, travis: test with 3.7, 3.8, and pypy3
1 parent 695f881 commit 8a6e800

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ python:
33
- "2.7"
44
- "3.5"
55
- "3.6"
6+
- "3.7"
7+
- "3.8"
8+
- "pypy3"
69
- "nightly"
710
install:
811
- pip install tox tox-travis

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py34, py35, py36
7+
envlist = py26, py27, py34, py35, py36, py37, py38, pypy3
88
skip_missing_interpreters = True
99

1010
[testenv]

0 commit comments

Comments
 (0)