Sfoglia il codice sorgente

Don't run greenlet-based tests on 3.7/3.8-dev.

Jelmer Vernooij 6 anni fa
parent
commit
40a7495218
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -23,9 +23,11 @@ matrix:
     - python: 3.3
       env: TEST_REQUIRE=fastimport
     - python: 3.7
+      env: TEST_REQUIRE=fastimport
       dist: xenial
       sudo: true
     - python: 3.8-dev
+      env: TEST_REQUIRE=fastimport
       dist: xenial
       sudo: true