summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 48cb759..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-environment:
- matrix:
- - PYTHON: "C:\\Python27"
- TOXENV: "py27"
- - PYTHON: "C:\\Python27-x64"
- TOXENV: "py27"
- - PYTHON: "C:\\Python36"
- TOXENV: "py36"
- - PYTHON: "C:\\Python36-x64"
- TOXENV: "py36"
- - PYTHON: "C:\\Python37"
- TOXENV: "py37"
- - PYTHON: "C:\\Python37-x64"
- TOXENV: "py37"
-
-cache:
- - '%LOCALAPPDATA%\pip\Cache'
-
-version: '{branch}.{build}'
-
-install:
- - "%PYTHON%\\python.exe -m pip install tox"
-
-build: off
-
-test_script:
- - "%PYTHON%\\Scripts\\tox.exe"