Преглед изворни кода

Drop dependency on greenlet/etc for Python3, as swift module is not yet
compatible with python3.

Jelmer Vernooij пре 9 година
родитељ
комит
44ae644374
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -9,9 +9,9 @@ matrix:
     - python: "pypy"
       env: TEST_REQUIRE="fastimport"
     - python: "3.4"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+      env: TEST_REQUIRE="fastimport"
     - python: "3.5"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+      env: TEST_REQUIRE="fastimport"
 cache:
   directories:
     - $HOME/.cache/pip