Don't install gevent on python3.3; gevent no longer supports 3.3.
[jelmer/dulwich.git] / .travis.yml
index 302eeec4828b3c87409be5cb0bd2e75b23828246..a33395eef0a3c6d30e821311bef2465a6a1a4235 100644 (file)
@@ -21,6 +21,8 @@ matrix:
   include:
     - python: pypy
       env: TEST_REQUIRE=fastimport
+    - python: 3.3:
+      env: TEST_REQUIRE=fastimport
 
 install:
   - travis_retry pip install -U pip coverage codecov flake8 $TEST_REQUIRE