From d65cf771915aba9c971b340f5d0b6e75a1d5eacc Mon Sep 17 00:00:00 2001 From: Xuanda Yang Date: Wed, 21 Apr 2021 17:42:15 +0800 Subject: [PATCH] run compiled tests on earliest (3.6) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf20830ceae5..da5bc67cf6ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,14 +24,14 @@ env: jobs: fast_finish: true include: - - name: "run test suite with python 3.6" + - name: "run test suite with python 3.6 (compiled with mypyc)" python: 3.6 # 3.6.3 pip 9.0.1 - - name: "run test suite with python 3.7 (compiled with mypyc)" - python: 3.7 env: - TOXENV=py - EXTRA_ARGS="-n 2" - TEST_MYPYC=1 + - name: "run test suite with python 3.7" + python: 3.7 - name: "run test suite with python 3.8" python: 3.8 - name: "run test suite with python 3.9 (compiled with mypyc)"