diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index d3a17ee..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,12 +0,0 @@ -environment: - matrix: - - PYTHON: "C:\\Python37" - -build_script: - - '%PYTHON%\python.exe -m pip install .' - -before_test: - - '%PYTHON%\python.exe -m pip install pytest' - -test_script: - - '%PYTHON%\python.exe -m pytest'