Skip to content

Commit 3fe9ad7

Browse files
try to use preinstalled tox
1 parent 17cd1c0 commit 3fe9ad7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
uses: actions/setup-python@v2
3535
with:
3636
python-version: ${{ matrix.python }}
37-
- name: Install tox
38-
run: |
39-
python -m pip install --upgrade pip
40-
pip install tox
4137
- name: Test
4238
run: |
4339
tox -e ${{ matrix.tox_env }}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[build-system]
22
requires = [
33
"setuptools",
4-
"setuptools_scm[toml]"
4+
"setuptools_scm[toml]",
5+
"setuptools_scm[toml]<5; python_version == \"2.7\"",
56

67
]
78
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)