We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bcc9d commit 7488ba8Copy full SHA for 7488ba8
1 file changed
.travis.yml
@@ -13,10 +13,6 @@ env:
13
- PYTHON_IMAGE="pypy:3.6" PURERPC_BACKEND="asyncio"
14
- PYTHON_IMAGE="pypy:3.6" PURERPC_BACKEND="curio"
15
- PYTHON_IMAGE="pypy:3.6" PURERPC_BACKEND="trio"
16
- - PYTHON_IMAGE="python:3.5" PURERPC_BACKEND="asyncio"
17
- - PYTHON_IMAGE="python:3.5" PURERPC_BACKEND="uvloop"
18
- - PYTHON_IMAGE="python:3.5" PURERPC_BACKEND="curio"
19
- - PYTHON_IMAGE="python:3.5" PURERPC_BACKEND="trio"
20
- PYTHON_IMAGE="python:3.6" PURERPC_BACKEND="asyncio"
21
- PYTHON_IMAGE="python:3.6" PURERPC_BACKEND="uvloop"
22
- PYTHON_IMAGE="python:3.6" PURERPC_BACKEND="curio"
0 commit comments