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 19ade46 commit e09d0caCopy full SHA for e09d0ca
.github/workflows/python-tox.yml
@@ -7,5 +7,25 @@ jobs:
7
with:
8
submodules: true
9
- uses: actions/setup-python@v2
10
+ with:
11
+ python-version: 2.7
12
+ - uses: actions/setup-python@v2
13
14
+ python-version: 3.5
15
16
17
+ python-version: 3.6
18
19
20
+ python-version: 3.7
21
22
23
+ python-version: 3.8
24
25
26
+ python-version: pypy
27
28
29
+ python-version: pypy3
30
- run: pip install tox
31
- run: tox
0 commit comments