We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90139eb commit 19cf7f7Copy full SHA for 19cf7f7
.github/workflows/python-tox.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python: [2.7, 3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy3
+ python: [2.7, 3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy3]
11
steps:
12
- uses: actions/checkout@v2
13
with:
0 commit comments