Skip to content

Commit 597ad97

Browse files
use xenial
1 parent bbb8cc2 commit 597ad97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: python
2+
dist: xenial
23
python:
34
- "2.7"
45
- "3.4"
56
- "3.5.5"
67
- "3.6"
78
- "3.7"
8-
- "pypy"
9-
- "pypy3"
9+
- "pypy2.7-6.0"
10+
- "pypy3.5-6.0"
1011
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
1112
before_script: "pep8"
1213
addons:

0 commit comments

Comments
 (0)