diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-01 08:46:43 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-01 08:46:43 -0400 |
commit | 9e67e71377cea9adaaeab6dbb024f2af94ba7999 (patch) | |
tree | bff33f1b78f0076b2cd8d09fe3bb54ca41063dab /tox.ini | |
parent | c52a400f347ced8d6cc29350800ee11f5a08591e (diff) |
removed references to python 3.2, which has basically no usage
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,py34,pypy +envlist = py26,py27,py33,py34,pypy [testenv] commands = pip install -q -r tox-requirements.txt |