Skip to content

Commit 75a6fd2

Browse files
authored
Run tests against Python 3.7, too (#70)
1 parent 9730d3f commit 75a6fd2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
sudo: false
2+
dist: xenial
23
language: python
34
python:
45
- "2.7"
56
- "3.5"
67
- "3.6"
7-
- "pypy"
8-
- "pypy3"
8+
- "3.7"
9+
- "pypy2.7-6.0"
10+
- "pypy3.5-6.0"
911
- "nightly"
1012
env:
1113
- PACKAGE=fluent.syntax

fluent.runtime/tox.ini

+1-1
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

+1-1
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)