summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
deleted file mode 100644
index 80d5aa5..0000000
--- a/.appveyor.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-build: false
-environment:
- VENV: "%APPVEYOR_BUILD_FOLDER%\\venv"
-
- matrix:
- - TOXENV: py35-tests
- PYTHON: "C:\\Python35"
-
- - TOXENV: py35-tests
- PYTHON: "C:\\Python35-x64"
-
- - TOXENV: py36-tests
- PYTHON: "C:\\Python36"
-
- - TOXENV: py36-tests
- PYTHON: "C:\\Python36-x64"
-
- - TOXENV: py37-tests
- PYTHON: "C:\\Python37"
-
- - TOXENV: py37-tests
- PYTHON: "C:\\Python37-x64"
-
-init:
- - echo "TOXENV - %TOXENV%"
-
-install:
- - ps: Update-AppveyorBuild -Version "v$(python setup.py --version) b$Env:APPVEYOR_BUILD_NUMBER"
- - virtualenv -p "%PYTHON%\\python.exe" "%VENV%"
- - "%VENV%\\Scripts\\pip install tox"
-
-test_script:
- - "%VENV%\\Scripts\\tox"