Merge branch 'support_py27_to_py34' into py3.3support

This commit is contained in:
Marc Abramowitz
2014-04-16 10:51:31 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ TODO
---- ----
* A bugfix 1.2.4 release * A bugfix 1.2.4 release
* A 1.3.0 release that will support Python 2.7-3.3 * A 1.3.0 release that will support Python 2.7-3.4
* The 2.0 version is being renamed [moist][] and is heavily refactored. * The 2.0 version is being renamed [moist][] and is heavily refactored.
Projects Projects

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py25, py26, py27, py33 envlist = py27, py33, py34
[testenv] [testenv]
setenv = setenv =