From 9e1f81bfc019e31a427071968c963e34a3b312c5 Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Fri, 10 Apr 2020 11:48:45 +0100 Subject: [PATCH] Remove appveyor. I have deleted the project on the service so this should confirm that it no longer runs. Closes #1319 --- appveyor.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index c182913ae..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,13 +0,0 @@ -environment: - matrix: - - PYTHON: "C:\\Python37" - - PYTHON: "C:\\Python36" -install: - - "%PYTHON%\\python.exe --version" - - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - - "%PYTHON%\\python.exe -m pip install hypothesis==3.2" -build: off -test_script: - - "%PYTHON%\\python.exe -m unittest discover" - - "%PYTHON%\\python.exe doctests.py" - - "%PYTHON%\\python.exe setup.py install"