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 17cd1c0 commit 3fe9ad7Copy full SHA for 3fe9ad7
.github/workflows/main.yml
@@ -34,10 +34,6 @@ jobs:
34
uses: actions/setup-python@v2
35
with:
36
python-version: ${{ matrix.python }}
37
- - name: Install tox
38
- run: |
39
- python -m pip install --upgrade pip
40
- pip install tox
41
- name: Test
42
run: |
43
tox -e ${{ matrix.tox_env }}
pyproject.toml
@@ -1,7 +1,8 @@
1
[build-system]
2
requires = [
3
"setuptools",
4
- "setuptools_scm[toml]"
+ "setuptools_scm[toml]",
5
+ "setuptools_scm[toml]<5; python_version == \"2.7\"",
6
7
]
8
build-backend = "setuptools.build_meta"
0 commit comments