remove hard requirement on 3.6 in favor of general 3
parent
a691d0172f
commit
f25373592f
2
tox.ini
2
tox.ini
|
@ -13,7 +13,7 @@ envlist =
|
||||||
# linters-tests :: Runs all linters over all tests.
|
# linters-tests :: Runs all linters over all tests.
|
||||||
|
|
||||||
[testenv:default-python]
|
[testenv:default-python]
|
||||||
basepython = python3.6
|
basepython = python3
|
||||||
|
|
||||||
[testenv:base-command]
|
[testenv:base-command]
|
||||||
commands = pytest --basetemp={envtmpdir} -l --cov base64io {posargs}
|
commands = pytest --basetemp={envtmpdir} -l --cov base64io {posargs}
|
||||||
|
|
Loading…
Reference in New Issue