@@ -8,6 +8,8 @@ matrix:
env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
- python: "pypy"
env: TEST_REQUIRE="fastimport"
+ - python: "3.3"
+ env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
- python: "3.4"
- python: "3.5"
@@ -1,6 +1,6 @@
[tox]
downloadcache = {toxworkdir}/cache/
-envlist = py27, pypy, py27-noext, pypy-noext, py34, py34-noext, py35, py35-noext, py36, py36-noext
+envlist = py27, pypy, py27-noext, pypy-noext, py33, py33-noext, py34, py34-noext, py35, py35-noext, py36, py36-noext
[testenv]