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 4e511a4 commit fd9e791Copy full SHA for fd9e791
.travis.yml
@@ -1,4 +1,12 @@
1
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'
10
11
matrix:
12
include:
@@ -20,12 +28,16 @@ matrix:
20
28
env: TOXENV=py37
21
29
- os: linux
22
30
dist: xenial
23
- python: pypy
31
+ python: pypy2.7-6.0
24
32
env: TOXENV=pypy
33
+ services:
34
+ - docker
25
35
26
36
27
- python: pypy3
37
+ python: pypy3.5-6.0
38
env: TOXENV=pypy3
39
40
41
42
before_install:
43
- python --version
0 commit comments