瀏覽代碼

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

Jelmer Vernooij 6 年之前
父節點
當前提交
40a7495218
共有 1 個文件被更改,包括 2 次插入0 次删除
  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