Skip to content

Commit

Permalink
(FIX) tox python 3.5 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfirst committed Jun 5, 2019
1 parent fce5f72 commit baa56d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ basepython =

# workaround for Error installing '...django-tables2': editable mode is not supported for pyproject.toml-style projects.
# https://github.com/pypa/pip/issues/6434
install_command = python -m pip install --no-use-pep517 {opts} {packages}
# install_command = python -m pip install --no-use-pep517 {opts} {packages}

usedevelop = true
pip_pre = true
Expand Down

0 comments on commit baa56d2

Please sign in to comment.