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 d4901f7 commit 429f465Copy full SHA for 429f465
.travis.yml
@@ -1,15 +1,16 @@
1
language: python
2
python:
3
+ # To see supported options, run:
4
+ # s3cmd ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
5
+ # We put pypy first, b/c for tests they're the slowest
6
+ - pypy2.7-5.10.0
7
+ - pypy3.5-5.10.1
8
- 2.7
9
- 3.3 # probably irrelevant but so far supporting it has been free
10
- 3.4
11
- 3.5
12
- 3.6
13
- 3.7-dev
- # To see supported options, run:
- # s3cmd ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
- - pypy2.7-5.10.0
- - pypy3.5-5.10.1
14
sudo: false
15
16
before_install:
0 commit comments