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 91e16ff commit a19d2f1Copy full SHA for a19d2f1
tox.ini
@@ -8,6 +8,12 @@ deps =
8
commands =
9
py.test --cov-report=term --cov-report= --cov=extruct {posargs:extruct tests}
10
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}
17
18
[testenv:py38]
19
0 commit comments