aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-05 14:55:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-05 14:55:50 -0400
commit6fb34525a9935ee687e8b89d340da126d9aa9cb5 (patch)
treef764eda10f744b939adf90d02c9fab7874f8406d
parent3fdbb8f7fa5c84dca9a7ff309d71ae3aeff60009 (diff)
downloadexternal_python_setuptools-6fb34525a9935ee687e8b89d340da126d9aa9cb5.tar.gz
external_python_setuptools-6fb34525a9935ee687e8b89d340da126d9aa9cb5.tar.bz2
external_python_setuptools-6fb34525a9935ee687e8b89d340da126d9aa9cb5.zip
Add Python 3.4 as a testable version. Bump version pulled in bootstrap test.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0b5672cb..022824f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,10 @@ python:
- 2.7
- 3.2
- 3.3
+ - 3.4
- pypy
# command to run tests
script:
- python setup.py test
- python setup.py ptr
- - python ez_setup.py --version 3.0.2
+ - python ez_setup.py --version 3.5.1