Update the appveyor script

This commit is contained in:
Fabian Dill 2020-03-04 23:28:57 +01:00
parent 7198770152
commit 3bb41197bf
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ environment:
install:
- cmd: "%PYTHON% -m pip install --upgrade pip"
- cmd: "%PYTHON% -m pip install -r requirements.txt --upgrade"
- cmd: "%PYTHON% -m pip install --upgrade cx_Freeze"
build_script:
- cmd: "%PYTHON% setup.py build_exe"
artifacts: