Skip to content

Commit 429f465

Browse files
committed
Move pypy to the top of the travis list, b/c it's slow
1 parent d4901f7 commit 429f465

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: python
22
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
38
- 2.7
49
- 3.3 # probably irrelevant but so far supporting it has been free
510
- 3.4
611
- 3.5
712
- 3.6
813
- 3.7-dev
9-
# To see supported options, run:
10-
# s3cmd ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
11-
- pypy2.7-5.10.0
12-
- pypy3.5-5.10.1
1314
sudo: false
1415

1516
before_install:

0 commit comments

Comments
 (0)