From 378b7902f897aaf69bc4e41aba6ab523bd34579c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 24 Jun 2020 11:38:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Drop=20unused=20AppVeyor=20confi?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pytest-forked is not supported, nor tested under Windows. --- appveyor.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 6c5f28a..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,7 +0,0 @@ -install: - - C:\Python35\python -m pip install tox setuptools_scm - -build: false # Not a C# project, build stuff at the test step instead. - -test_script: - - C:\Python35\python -m tox