diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 11559d70..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,44 +0,0 @@ -build: false - -environment: - matrix: - - PYTHON: "C:\\Python35" - PYTHON_VERSION: "3.5.5" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python35" - PYTHON_VERSION: "3.5.5" - PYTHON_ARCH: "64" - - PYTHON: "C:\\Python36" - PYTHON_VERSION: "3.6.0" - PYTHON_ARCH: "64" - - PYTHON: "C:\\Python36" - PYTHON_VERSION: "3.6.0" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python37" - PYTHON_VERSION: "3.7.0" - PYTHON_ARCH: "64" - - PYTHON: "C:\\Python37" - PYTHON_VERSION: "3.7.0" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python38" - PYTHON_VERSION: "3.8.0" - PYTHON_ARCH: "64" - - PYTHON: "C:\\Python38" - PYTHON_VERSION: "3.8.0" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4.6" - PYTHON_ARCH: "64" - - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4.6" - PYTHON_ARCH: "32" -init: - - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%" - -install: - - "%PYTHON%/python.exe setup.py install" - -test_script: - - "%PYTHON%/python.exe -m art test" - - "%PYTHON%/python.exe otherfile/version_check.py" - - "%PYTHON%/python.exe -m cProfile -s cumtime art_profile.py" \ No newline at end of file