File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,20 @@ language: python
3
3
cache : pip
4
4
5
5
python :
6
+ # Available Python (PyPy) can be listed by:
7
+ #
8
+ # $ aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
6
9
- " 2.7"
7
10
- " 3.4"
8
11
- " 3.5"
9
12
- " 3.6"
10
13
- " 3.7"
11
- - " nightly "
14
+ - " 3.8-dev "
12
15
13
16
matrix :
14
17
include :
15
- - sudo : required
18
+ - name : 32bit build
19
+ sudo : required
16
20
language : python
17
21
services :
18
22
- docker
@@ -25,12 +29,14 @@ matrix:
25
29
- docker pull $DOCKER_IMAGE
26
30
script :
27
31
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
28
- - python : " pypy2.7-5.10.0"
32
+ - name : " pypy2.7"
33
+ python : " pypy2.7-7.1.1"
29
34
install :
30
35
- pip install -e .
31
36
script :
32
37
- py.test -v test
33
- - python : " pypy3.5"
38
+ - name : " pypy3"
39
+ python : " pypy3.6-7.1.1"
34
40
install :
35
41
- pip install -e .
36
42
script :
You can’t perform that action at this time.
0 commit comments