Skip to content

Commit 0f8e313

Browse files
committed
Ok, that worked. Add Py 2.7 and 3.5 back
1 parent 5aedac9 commit 0f8e313

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16+
- python-version: "2.7"
17+
aio-available: false
18+
coverage-rc: ".coveragerc-py2"
19+
- python-version: "3.5"
20+
aio-available: true
21+
coverage-rc: ".coveragerc"
1622
- python-version: "3.6"
1723
aio-available: true
1824
coverage-rc: ".coveragerc"

0 commit comments

Comments
 (0)