diff --git a/.travis.yml b/.travis.yml index 9ef8f16af2..ea2a2e9503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "2.6" - "2.7" + - "3.2" + - "3.3" - "3.4" # command to install dependencies install: diff --git a/tox.ini b/tox.ini index a11bfec67f..14fe037b2f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py34 +envlist = py26, py27, py32, py33, py34 [testenv] deps =