Skip to content

Commit 3bdef9f

Browse files
authored
Run compiled tests on earliest Python version (3.6) (#10349)
Related: #10345
1 parent 0d1155b commit 3bdef9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ env:
2424
jobs:
2525
fast_finish: true
2626
include:
27-
- name: "run test suite with python 3.6"
27+
- name: "run test suite with python 3.6 (compiled with mypyc)"
2828
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
3129
env:
3230
- TOXENV=py
3331
- EXTRA_ARGS="-n 2"
3432
- TEST_MYPYC=1
33+
- name: "run test suite with python 3.7"
34+
python: 3.7
3535
- name: "run test suite with python 3.8"
3636
python: 3.8
3737
- name: "run test suite with python 3.9 (compiled with mypyc)"

0 commit comments

Comments
 (0)