From ee07c8f90d9c5668b9fa9953e83d7ec316fcfc15 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Tue, 17 Mar 2020 00:21:33 +0900 Subject: [PATCH] Drop support for appveyor --- appveyor.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index ce91e10..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,25 +0,0 @@ -environment: - matrix: - - PYTHON: "C:\\Python35" - - PYTHON: "C:\\Python36" - - PYTHON: "C:\\Python37" - - PYTHON: "C:\\Python38" - - PYTHON: "C:\\Python35-x64" - - PYTHON: "C:\\Python36-x64" - - PYTHON: "C:\\Python37-x64" - - PYTHON: "C:\\Python38-x64" - -install: - - "git submodule update --init --recursive" - - "%PYTHON%\\python.exe -m pip install -r requirements-dev.txt" - -build: off - -test_script: - - "build.cmd %PYTHON%\\python.exe setup.py nosetests" - -after_test: - - "build.cmd %PYTHON%\\python.exe setup.py bdist_wheel" - -artifacts: - - path: dist\*