We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7b16b commit 5336f27Copy full SHA for 5336f27
.travis.yml
@@ -24,9 +24,13 @@ env:
24
jobs:
25
include:
26
# Specifically request 3.5.1 because we need to be compatible with that.
27
- - name: "run test suite with python 3.5.1"
+ - name: "run test suite with python 3.5.1 (compiled with mypyc)"
28
python: 3.5.1
29
dist: trusty
30
+ env:
31
+ - TOXENV=py
32
+ - EXTRA_ARGS="-n 2"
33
+ - TEST_MYPYC=1
34
- name: "run test suite with python 3.6"
35
python: 3.6 # 3.6.3 pip 9.0.1
36
- name: "run test suite with python 3.7 (compiled with mypyc)"
0 commit comments