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 9729f25Copy full SHA for 9729f25
.travis.yml
@@ -4,13 +4,13 @@ language: python
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"
9
+ - "3.8"
10
- "3.7"
11
- "3.6"
12
- "3.5"
13
- "2.7"
- - "3.8-dev"
14
15
cache: pip
16
0 commit comments