Skip to content

Commit 21420c0

Browse files
committed
tox: Enable testing python 3.6.0
The requirements_test.txt includes packages such as black which are not compatible with Python 3.6.0. Switch to requirements_test_min.txt so that `tox -e py36` works with 3.6.0.
1 parent f9df028 commit 21420c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commands =
2929
setenv =
3030
COVERAGE_FILE = {toxinidir}/.coverage.{envname}
3131
deps =
32-
-r {toxinidir}/requirements_test.txt
32+
-r {toxinidir}/requirements_test_min.txt
3333
commands =
3434
; Run tests, ensuring all benchmark tests do not run
3535
pytest --benchmark-disable {toxinidir}/tests/ {posargs:}

0 commit comments

Comments
 (0)