File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 29
29
dist : trusty
30
30
- name : " run test suite with python 3.6"
31
31
python : 3.6 # 3.6.3 pip 9.0.1
32
- - name : " run test suite with python 3.7"
33
- python : 3.7 # 3.7.0 pip 10.0.1
32
+ - name : " run test suite with python 3.7 (compiled with mypyc)"
33
+ python : 3.7
34
+ env :
35
+ - TOXENV=py
36
+ - EXTRA_ARGS="-n 2"
37
+ - TEST_MYPYC=1
34
38
- name : " run test suite with python 3.8"
35
39
python : 3.8
36
40
- name : " run mypyc runtime tests with python 3.6 debug build"
47
51
env :
48
52
- PYTHONVERSION=3.6.3
49
53
- EXTRA_ARGS="-n 2 mypyc/test/test_run.py mypyc/test/test_external.py"
50
- - name : " run test suite with python 3.7 (compiled with mypyc)"
51
- python : 3.7
52
- env :
53
- - TOXENV=py
54
- - EXTRA_ARGS="-n 2"
55
- - TEST_MYPYC=1
56
54
- name : " type check our own code"
57
55
python : 3.7
58
56
env :
You can’t perform that action at this time.
0 commit comments