diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 15:43:05 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 15:43:05 -0400 |
| commit | b34497eb49a2d498295d6ad12a77c48e69529410 (patch) | |
| tree | 293ca9f2f1f03afdfde035a6b9c3c680c166cae0 /.travis.yml | |
| parent | 2cbbedf7be98fd3f43ab8897f68e36c18e2bef9a (diff) | |
| download | external_python_setuptools-b34497eb49a2d498295d6ad12a77c48e69529410.tar.gz external_python_setuptools-b34497eb49a2d498295d6ad12a77c48e69529410.tar.bz2 external_python_setuptools-b34497eb49a2d498295d6ad12a77c48e69529410.zip | |
Travis doesn't support Python 2.4 (and never will).
--HG--
branch : distribute
extra : rebase_source : 8a5e9acf606b18a5b88f3df1a108f9990bc4b891
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6239f009..719323f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 2.4 - 2.5 - 2.6 - 2.7 |
