mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Fix travis config to allow pypy3.5-aiohttp failure instead of excluding
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user