summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2017-03-01 10:46:43 -0500
committerFree Ekanayaka <free@ekanayaka.io>2017-03-01 16:46:43 +0100
commitd85976aa08e3c42e7376c341adefbfa32e30c66c (patch)
treef3cb3fdb8ccab58de873b009e42deabdd8e1b573
parent0de456d6e8bcef10c47ee8b4c7b41aa9b8f648d5 (diff)
downloadsubunit-git-d85976aa08e3c42e7376c341adefbfa32e30c66c.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.
-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