File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 24
24
jobs :
25
25
fast_finish : true
26
26
include :
27
- # Specifically request 3.5.1 because we need to be compatible with that.
28
- - name : " run test suite with python 3.5.1 (compiled with mypyc)"
29
- python : 3.5.1
30
- dist : trusty
31
- env :
32
- - TOXENV=py
33
- - EXTRA_ARGS="-n 2"
34
- - TEST_MYPYC=1
35
27
- name : " run test suite with python 3.6"
36
28
python : 3.6 # 3.6.3 pip 9.0.1
37
29
- name : " run test suite with python 3.7 (compiled with mypyc)"
42
34
- TEST_MYPYC=1
43
35
- name : " run test suite with python 3.8"
44
36
python : 3.8
45
- - name : " run test suite with python 3.9"
37
+ - name : " run test suite with python 3.9 (compiled with mypyc) "
46
38
python : 3.9
39
+ env :
40
+ - TOXENV=py
41
+ - EXTRA_ARGS="-n 2"
42
+ - TEST_MYPYC=1
47
43
- name : " run test suite with python nightly"
48
44
python : nightly
49
45
- name : " run mypyc runtime tests with python 3.6 debug build"
You can’t perform that action at this time.
0 commit comments