Remove 'deps = .' from pyinstaller tox testenv

This commit is contained in:
Chris Wood 2018-03-29 14:29:42 -04:00
parent c850638537
commit 8c81ca7958

View File

@ -104,7 +104,6 @@ commands =
[testenv:pyinstaller]
extras =
deps =
.
packaging
pyinstaller
# Setting PYTHONHASHSEED to a known value assists with reproducible builds.