Skip to content

Commit fd9e791

Browse files
committed
Travis: try to fix config for pypy
1 parent 4e511a4 commit fd9e791

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.travis.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
language: python
2+
python:
3+
- '2.7'
4+
- '3.4'
5+
- '3.5'
6+
- '3.6'
7+
- '3.7'
8+
- 'pypy2.7-6.0'
9+
- 'pypy3.5-6.0'
210

311
matrix:
412
include:
@@ -20,12 +28,16 @@ matrix:
2028
env: TOXENV=py37
2129
- os: linux
2230
dist: xenial
23-
python: pypy
31+
python: pypy2.7-6.0
2432
env: TOXENV=pypy
33+
services:
34+
- docker
2535
- os: linux
2636
dist: xenial
27-
python: pypy3
37+
python: pypy3.5-6.0
2838
env: TOXENV=pypy3
39+
services:
40+
- docker
2941

3042
before_install:
3143
- python --version

0 commit comments

Comments
 (0)