Skip to content

Commit 3f553ab

Browse files
committed
Run CI on Python 3.7, too
1 parent 16af8e9 commit 3f553ab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
sudo: false
2+
dist: xenial
23
language: python
34
python:
45
- "2.7"
56
- "3.5"
67
- "3.6"
8+
- "3.7"
79
- "pypy"
810
- "pypy3"
911
- "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)