Przeglądaj źródła

gevent fails with python 3.7-dev; disable it in travis for now.

Jelmer Vernooij 7 lat temu
rodzic
commit
fa5d831946
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -10,7 +10,6 @@ python:
   - 3.5-dev
   - 3.6
   - 3.6-dev
-  - 3.7-dev
   - pypy3.3-5.2-alpha1
 
 env:
@@ -21,6 +20,8 @@ matrix:
   include:
     - python: pypy
       env: TEST_REQUIRE=fastimport
+    - python: 3.7-dev
+      env: TEST_REQUIRE=fastimport
 
 install:
   - travis_retry pip install -U pip coverage codecov flake8 $TEST_REQUIRE