diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..a9ce53e --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,23 @@ +environment: + PYTHON: "C:\\Python35" + PYTHON_VERSION: 3.5 + PYTHON_ARCH: "32" + +init: + - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%" + +install: + - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" + - "python -m pip install -U pip setuptools" + - "pip install requests PySocks pycrypto" + - "pip install pyinstaller" + +test_script: + - "pip install -e ." + + +after_test: + - "pyinstaller spec/svtplay-dl.spec" + - ps: ls dist + +build: off \ No newline at end of file