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 0da8165 commit 0c01785Copy full SHA for 0c01785
.travis.yml
@@ -1,16 +1,15 @@
1
-dist: xenial
2
language: python
3
4
# See aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
5
python:
6
- "nightly"
7
- - "pypy3.5"
8
- - "pypy2.7-5.10.0"
+ - "pypy3"
+ - "pypy"
+ - "3.8"
9
- "3.7"
10
- "3.6"
11
- "3.5"
12
- "2.7"
13
- - "3.8-dev"
14
15
cache: pip
16
0 commit comments