Explorar o código

Disable gevent/greenlet for pypy.

Jelmer Vernooij %!s(int64=9) %!d(string=hai) anos
pai
achega
faa71b304e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ matrix:
     - python: "2.7"
       env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
     - python: "pypy"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+      env: TEST_REQUIRE="fastimport"
     - python: "3.4"
       env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
     - python: "3.5"