fix: typo in appveyor.yml

This commit is contained in:
Daniel S. 2019-09-21 20:44:46 +02:00
parent eaddb188ba
commit 09e6f0afb5
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ install:
- set PATH=%MINICONDA%\\Library\\bin;%MINICONDA%\\Scripts;%USERPROFILE%\\.cargo\\bin;%PATH%
- set PATH=%INNO%;%PATH%
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
- rustup-init -y --default-toolchain nightly --default-host x86_64-pc-windows-msvc
- if defined VCVARS call "%VCVARS%" %VCVARSARG%
- conda activate
- conda install -y -c conda-forge pycrypto nuitka
- pip intall PyQt5 setuptools_rust
- pip install PyQt5 setuptools_rust
test_script:
- python build_gui.py