[Python-modules-commits] [dulwich] 09/14: Revert "Drop dependency on greenlet/etc for Python3, as swift module is not yet"
Jelmer Vernooij
jelmer at moszumanska.debian.org
Tue Jul 5 23:27:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to branch master
in repository dulwich.
commit 9138443d680f719ce7c7784f6d3341caee7bec42
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date: Tue Jul 5 22:45:01 2016 +0000
Revert "Drop dependency on greenlet/etc for Python3, as swift module is not yet"
This reverts commit 44ae6443748139ee21843b6bdd537edb310c9484.
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 246d516..d842a12 100644
--- a/.travis.yml
+++ b/.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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git
More information about the Python-modules-commits
mailing list