We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd1f16 commit 407cea3Copy full SHA for 407cea3
.github/workflows/main.yml
@@ -17,6 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
include:
20
+ - python-version: "2.7"
21
+ tox-env: "py27"
22
- python-version: "3.6"
23
tox-env: "py36"
24
- python-version: "3.7"
0 commit comments