diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-28 11:21:05 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-28 11:21:05 -0400 |
commit | b39c770280a208f82159352d2bdf086775b46d92 (patch) | |
tree | f1720afd8926bdaa2ceadb9033d85840bd28c240 | |
parent | 4edd0409cb3a47e3ad8bd681cddfe9957d1e7da9 (diff) | |
download | external_python_setuptools-b39c770280a208f82159352d2bdf086775b46d92.tar.gz external_python_setuptools-b39c770280a208f82159352d2bdf086775b46d92.tar.bz2 external_python_setuptools-b39c770280a208f82159352d2bdf086775b46d92.zip |
Run tests on 3.3 as well
--HG--
branch : distribute
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cbc671e7..83efa5a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ python: - 2.6 - 2.7 - 3.2 + - 3.3 # command to run tests script: python setup.py test |