Skip to content

Commit 5336f27

Browse files
authored
Run 3.5.1 tests compiled with mypyc (python#8198)
Python 3.5.1 tests were the slowest job, and this makes them faster (roughly from 20min to 15min).
1 parent 9a7b16b commit 5336f27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ env:
2424
jobs:
2525
include:
2626
# Specifically request 3.5.1 because we need to be compatible with that.
27-
- name: "run test suite with python 3.5.1"
27+
- name: "run test suite with python 3.5.1 (compiled with mypyc)"
2828
python: 3.5.1
2929
dist: trusty
30+
env:
31+
- TOXENV=py
32+
- EXTRA_ARGS="-n 2"
33+
- TEST_MYPYC=1
3034
- name: "run test suite with python 3.6"
3135
python: 3.6 # 3.6.3 pip 9.0.1
3236
- name: "run test suite with python 3.7 (compiled with mypyc)"

0 commit comments

Comments
 (0)