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 0d1155b commit 3bdef9fCopy full SHA for 3bdef9f
.travis.yml
@@ -24,14 +24,14 @@ env:
24
jobs:
25
fast_finish: true
26
include:
27
- - name: "run test suite with python 3.6"
+ - name: "run test suite with python 3.6 (compiled with mypyc)"
28
python: 3.6 # 3.6.3 pip 9.0.1
29
- - name: "run test suite with python 3.7 (compiled with mypyc)"
30
- python: 3.7
31
env:
32
- TOXENV=py
33
- EXTRA_ARGS="-n 2"
34
- TEST_MYPYC=1
+ - name: "run test suite with python 3.7"
+ python: 3.7
35
- name: "run test suite with python 3.8"
36
python: 3.8
37
- name: "run test suite with python 3.9 (compiled with mypyc)"
0 commit comments