1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

Drop a couple old versions of python

According to the devguide: https://docs.python.org/devguide/

Python 3.3 is officially supported until 2017-09-29 and 3.4 until
2019-03-16

But I'm tired of waiting for my tests to run on Travis :-P
This commit is contained in:
Kevin McCarthy
2017-05-27 15:52:33 -10:00
parent 572da2084d
commit f88294a9e6
2 changed files with 7 additions and 15 deletions

View File

@@ -32,10 +32,6 @@ matrix:
exclude:
- env: TOX_SUFFIX="flakes"
python: 2.6
- env: TOX_SUFFIX="boto"
python: 3.3
- env: TOX_SUFFIX="boto"
python: 3.4
- env: TOX_SUFFIX="boto"
python: 3.6
- env: TOX_SUFFIX="requests1"
@@ -48,8 +44,6 @@ matrix:
python: 2.6
- env: TOX_SUFFIX="aiohttp"
python: 2.7
- env: TOX_SUFFIX="aiohttp"
python: 3.3
- env: TOX_SUFFIX="aiohttp"
python: pypy
- env: TOX_SUFFIX="aiohttp"
@@ -57,8 +51,6 @@ matrix:
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy