Skip to content

Commit

Permalink
tox: py37-freeze: use --no-use-pep517 for PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 8, 2019
1 parent 5ca8159 commit e191a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ commands =

[testenv:py37-freeze]
changedir = testing/freeze
# Disable PEP 517 with pip, which does not work with PyInstaller currently.
deps =
--no-use-pep517
pyinstaller
commands =
{envpython} create_executable.py
Expand Down

0 comments on commit e191a65

Please sign in to comment.