diff --git a/README.md b/README.md index 5af4374..62b9549 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ INSTALLATION ### REQUIREMENTS -- Python v2.6+ +- Python v2.6+ (except Python3.2) - Supported shells: - bash v4.0+ - zsh diff --git a/tox.ini b/tox.ini index 83b3465..e2542fb 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ envlist = py26, py27, - py32, py33, py34, py35