Skip to content

Commit a19d2f1

Browse files
committed
use older setuptools for python 3.6
1 parent 91e16ff commit a19d2f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ deps =
88
commands =
99
py.test --cov-report=term --cov-report= --cov=extruct {posargs:extruct tests}
1010

11+
[testenv:py36]
12+
deps =
13+
setuptools<58 # https://stackoverflow.com/a/69100830/217088
14+
commands =
15+
pip install -r requirements-dev.txt
16+
py.test --cov-report=term --cov-report= --cov=extruct {posargs:extruct tests}
1117

1218
[testenv:py38]
1319
commands =

0 commit comments

Comments
 (0)