summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commitdbdf546c5937b01086429db30c8e3625cc957704 (patch)
treee1875eb9ec07e313080f647f81d520e011be3e9b /.travis.yml
parent393462023c94bc78ebe89b65ab91b93be1e002e4 (diff)
downloadpython-setuptools-bitbucket-dbdf546c5937b01086429db30c8e3625cc957704.tar.gz
Add Python 3.4 as a testable version. Bump version pulled in bootstrap test.
Diffstat (limited to '.travis.yml')
-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