Merge pull request #1340 from ambv/tox_ini

Remove 3.1 and 3.2 from setup.py, add tox.ini to simplify testing on multiple versions
This commit is contained in:
Kenneth Reitz
2013-05-01 10:27:02 -07:00
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ nosetests.xml
junit-report.xml
pylint.txt
toy.py
tox.ini
violations.pyflakes.txt
cover/
build/
+1 -3
View File
@@ -51,9 +51,7 @@ setup(
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
# 'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
),
)