File tree 1 file changed +20
-14
lines changed
1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,33 @@ cache: pip
5
5
services :
6
6
- docker
7
7
8
- python :
9
- - ' 2.7'
10
- - ' 3.3'
11
- - ' 3.4'
12
- - ' 3.5'
13
- - ' 3.6'
14
- - pypy
15
- - pypy-5.3.1
8
+ matrix :
9
+ include :
10
+ - python : " 2.7"
11
+ env : STLS=setuptools
12
+ - python : " 3.3"
13
+ env : STLS=setuptools~=39.2
14
+ - python : " 3.4"
15
+ env : STLS=setuptools
16
+ - python : " 3.5"
17
+ env : STLS=setuptools
18
+ - python : " 3.6"
19
+ env : STLS=setuptools
20
+ - python : pypy
21
+ env : STLS=setuptools
22
+ - python : pypy3.5
23
+ env : STLS=setuptools
24
+ allow_failures :
25
+ - python : pypy
26
+ - python : pypy3.5
16
27
17
28
addons :
18
29
ssh_known_hosts :
19
30
- localhost
20
31
21
- matrix :
22
- allow_failures :
23
- - python : pypy
24
- - python : pypy-5.3.1
25
-
26
32
before_install :
27
33
- docker pull sjourdan/alpine-sshd
28
- - pip install -U setuptools wheel
34
+ - pip install -U $STLS wheel
29
35
30
36
install :
31
37
- pip install .[dev,test]
You can’t perform that action at this time.
0 commit comments