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

Drop pypy3

This commit is contained in:
Hugo
2017-12-08 11:45:44 +02:00
parent 58d8980cfa
commit 82fa50c092
2 changed files with 1 additions and 6 deletions

View File

@@ -40,8 +40,6 @@ matrix:
python: 3.5
- env: TOX_SUFFIX="flakes"
python: pypy
- env: TOX_SUFFIX="flakes"
python: pypy3
- env: TOX_SUFFIX="boto"
python: 3.6
- env: TOX_SUFFIX="requests1"
@@ -54,14 +52,11 @@ matrix:
python: 2.7
- env: TOX_SUFFIX="aiohttp"
python: pypy
- env: TOX_SUFFIX="aiohttp"
python: pypy3
python:
- 2.7
- 3.5
- 3.6
- pypy
- pypy3
install:
- pip install tox-travis
- if [[ $TOX_SUFFIX != 'flakes' ]]; then python setup.py install ; fi