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:
+1
-1
@@ -25,7 +25,7 @@ env:
|
||||
- TESTENV=py35-trial
|
||||
- TESTENV=py27-nobyte
|
||||
- TESTENV=doctesting
|
||||
- TESTENV=py27-cxfreeze
|
||||
- TESTENV=freeze
|
||||
|
||||
script: tox --recreate -e $TESTENV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user