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

Fix travis config to allow pypy3.5-aiohttp failure instead of excluding

This commit is contained in:
Luiz Menezes
2018-05-16 14:09:39 -03:00
parent 3009cbbbe9
commit b10b92bdbb

View File

@@ -16,6 +16,8 @@ env:
matrix:
allow_failures:
- env: TOX_SUFFIX="boto3"
- env: TOX_SUFFIX="aiohttp"
python: "pypy3.5-5.9.0"
exclude:
# Only run flakes on a single Python 2.x and a single 3.x
- env: TOX_SUFFIX="flakes"
@@ -30,8 +32,6 @@ 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