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.
This commit is contained in:
Matthew Treinish
2017-03-01 10:46:43 -05:00
committed by Free Ekanayaka
parent 0de456d6e8
commit d85976aa08

View File

@@ -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