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

Allow test failure on pypy3+aiohttp

This commit is contained in:
Luiz Menezes
2018-05-08 09:45:17 -03:00
parent 867fd9ab4b
commit 140bc2ee74
2 changed files with 18 additions and 11 deletions

View File

@@ -30,6 +30,8 @@ matrix:
python: 2.7
- env: TOX_SUFFIX="aiohttp"
python: pypy
- env: TOX_SUFFIX="aiohttp"
python: "pypy3.5-5.9.0"
python:
- 2.7
- 3.5