File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,26 @@ matrix:
3
3
allow_failures :
4
4
- os : osx
5
5
- os : windows
6
+ - python : " pypy3.5"
6
7
include :
7
- - name : " Python on Linux"
8
+ - name : " Python 3.5 on Linux"
8
9
dist : xenial
9
- python :
10
- - " 3.5"
11
- - " 3.6"
12
- - " 3.7"
13
- - " 3.8-dev"
14
- - " nightly"
15
- - " pypy3.5"
10
+ python : " 3.5"
11
+ - name : " Python 3.6 on Linux"
12
+ dist : xenial
13
+ python : " 3.6"
14
+ - name : " Python 3.7 on Linux"
15
+ dist : xenial
16
+ python : " 3.7"
17
+ - name : " Python 3.8-dev on Linux"
18
+ dist : xenial
19
+ python : " 3.8-dev"
20
+ - name : " Python nightly on Linux"
21
+ dist : xenial
22
+ python : " nightly"
23
+ - name : " Python pypy3.5 on Linux"
24
+ dist : xenial
25
+ python : " pypy3.5"
16
26
- name : " Python 3.7 on Windows"
17
27
os : windows
18
28
language : shell
27
37
- $HOME/.cache/pip
28
38
- .pytest_cache
29
39
install :
40
+ - pip3 install pytest
30
41
- pip3 install --upgrade pip
31
42
- pip3 install -r requirements.txt
32
43
script :
You can’t perform that action at this time.
0 commit comments