summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2017-03-01 16:46:43 +0100
committerFree Ekanayaka <free@ekanayaka.io>2017-03-01 16:46:43 +0100
commit8263a3d95ccb74c257272662c40a440f78a314e8 (patch)
treef3cb3fdb8ccab58de873b009e42deabdd8e1b573 /.travis.yml
parent14a1f993c0bd933cc3b49432b26816e76418aaf9 (diff)
downloadsubunit-8263a3d95ccb74c257272662c40a440f78a314e8.tar.gz
Remove test envs that no longer work from travis.yml (#23)
This commit removes the python 3.2 and pypy 3.2 test envs from the travis ci config. These no longer have support for pypi and pip so there is no reason we should be trying to run them anymore. The pypy3 version has been bumped to 3.3.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b9dae88..b49feeb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,11 +8,10 @@ language: python
python:
- "2.6"
- "2.7"
- - "3.2"
- "3.3"
- "3.4"
- pypy
- - pypy3
+ - pypy3.3-5.2-alpha1
matrix:
include:
# Travis nightly look to be 3.5.0a4, b3 is out and the error we see