Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TODO
----

* 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.

Projects
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py25, py26, py27, py33
envlist = py27, py33, py34

[testenv]
setenv =
Expand Down