소스 검색

Revert "Drop dependency on greenlet/etc for Python3, as swift module is not yet"

This reverts commit 44ae6443748139ee21843b6bdd537edb310c9484.
Jelmer Vernooij 8 년 전
부모
커밋
9138443d68
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="fastimport"
+      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
     - python: "3.5"
-      env: TEST_REQUIRE="fastimport"
+      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
 cache:
   directories:
     - $HOME/.cache/pip