Browse Source

Run tests on Python3.3.

Jelmer Vernooij 8 years ago
parent
commit
f4c3a804d4
2 changed files with 3 additions and 1 deletions
  1. 2 0
      .travis.yml
  2. 1 1
      tox.ini

+ 2 - 0
.travis.yml

@@ -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"
       env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
     - python: "3.5"

+ 1 - 1
tox.ini

@@ -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]