aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rwxr-xr-xsetup.py5
2 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 605923d3..6239f009 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: python
python:
+ - 2.4
+ - 2.5
- 2.6
- 2.7
- 3.2
diff --git a/setup.py b/setup.py
index 4294f3f9..db469b92 100755
--- a/setup.py
+++ b/setup.py
@@ -207,7 +207,10 @@ dist = setup(
License :: OSI Approved :: Python Software Foundation License
License :: OSI Approved :: Zope Public License
Operating System :: OS Independent
- Programming Language :: Python
+ Programming Language :: Python :: 2.4
+ Programming Language :: Python :: 2.5
+ Programming Language :: Python :: 2.6
+ Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging