diff options
author | Skip Montanaro <skip@pobox.com> | 2013-08-27 12:52:20 -0500 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2013-08-27 12:52:20 -0500 |
commit | c8e27c1915c1efafc4a4c1cdc2034edc721823b3 (patch) | |
tree | a6d057a59d4d70d8ceadc2c6f4e0274f1c29499f | |
parent | 17095cf6ae749ab9e85189b3ca8812206d1bdc1d (diff) | |
download | lockfile-c8e27c1915c1efafc4a4c1cdc2034edc721823b3.tar.gz |
remove 2.5, 3.1 and 3.4 from the list for the time being - may get added back later
-rw-r--r-- | tox.ini | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,8 +1,6 @@ # content of: tox.ini , put in same dir as setup.py -[testenv:py34] -basepython=python3.4 [tox] -envlist = py26,py27,py31,py32,py33,py34 +envlist = py26,py27,py32,py33 [testenv] deps = nose commands=nosetests |