Skip to content

Commit 2cc0b4a

Browse files
committed
Run CI on Python 3.7, too
1 parent 16af8e9 commit 2cc0b4a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "2.7"
55
- "3.5"
66
- "3.6"
7+
- "3.7"
78
- "pypy"
89
- "pypy3"
910
- "nightly"

fluent.runtime/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, pypy, pypy3
2+
envlist = py27, py35, py36, py37, pypy, pypy3
33
skipsdist=True
44

55
[testenv]

fluent.syntax/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, pypy, pypy3
2+
envlist = py27, py35, py36, py37, pypy, pypy3
33
skipsdist=True
44

55
[testenv]

0 commit comments

Comments
 (0)