Use PyInstaller for freeze test env

cx_freeze doesn't seem to be very well supported in Python 3.5.

Using pyinstaller instead and rename environment to "freeze" which
is a more generic term for freezing python code into standalone
executables.

Fix #1769
This commit is contained in:
Bruno Oliveira
2016-07-26 21:29:07 -03:00
parent d911bfcb8a
commit ed36d627e4
13 changed files with 69 additions and 138 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ env:
- TESTENV=py35-trial
- TESTENV=py27-nobyte
- TESTENV=doctesting
- TESTENV=py27-cxfreeze
- TESTENV=freeze
script: tox --recreate -e $TESTENV