We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fddae commit 413d3daCopy full SHA for 413d3da
.travis.yml
@@ -1,10 +1,12 @@
1
-sudo: required
2
-dist: trusty
+dist: xenial
3
language: python
+
4
+# See aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
5
python:
6
- "nightly"
- - "pypy-5.3.1"
7
- - "3.6-dev"
+ - "pypy3.5"
8
+ - "pypy2.7-5.10.0"
9
+ - "3.7"
10
- "3.6"
11
- "3.5"
12
- "3.4"
@@ -35,5 +37,4 @@ script:
35
37
after_succes:
36
38
- codecov
39
-
40
# vim: sw=2 ts=2 sts=2
0 commit comments