Skip to content

Commit

Permalink
added py38 tests to tox envs and and prevented possible problem when
Browse files Browse the repository at this point in the history
used on windows with 'winpy32==226' see mhammond/pywin32#1439
  • Loading branch information
s-weigand committed Nov 13, 2019
1 parent 02c34a7 commit 4b7227d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -29,7 +29,7 @@ commands=flake8_nb material
[testenv]
install_command=python -m pip install -c {toxinidir}/constraints.txt {opts} {packages}
commands_pre =
{envpython} -m pip install -U pip
{envpython} -m pip install -U -c {toxinidir}/constraints.txt pip
{envpython} -m pip install -U -q -c {toxinidir}/constraints.txt -r {toxinidir}/requirements_dev.txt
commands =
pytest --nbval --current-env

0 comments on commit 4b7227d

Please sign in to comment.