Skip to content

Commit b10b92b

Browse files
committed
Fix travis config to allow pypy3.5-aiohttp failure instead of excluding
1 parent 3009cbb commit b10b92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ env:
1616
matrix:
1717
allow_failures:
1818
- env: TOX_SUFFIX="boto3"
19+
- env: TOX_SUFFIX="aiohttp"
20+
python: "pypy3.5-5.9.0"
1921
exclude:
2022
# Only run flakes on a single Python 2.x and a single 3.x
2123
- env: TOX_SUFFIX="flakes"
@@ -30,8 +32,6 @@ matrix:
3032
python: 2.7
3133
- env: TOX_SUFFIX="aiohttp"
3234
python: pypy
33-
- env: TOX_SUFFIX="aiohttp"
34-
python: "pypy3.5-5.9.0"
3535
python:
3636
- 2.7
3737
- 3.5

0 commit comments

Comments
 (0)