summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-07-14 19:45:18 -0400
committerJulian Berman <Julian@GrayVines.com>2019-07-14 19:45:18 -0400
commit47fcb3941c9e8a6d79acb91a834381a3f0aa2f69 (patch)
tree15ff22d4a3c880c5c2a1fc259245dd7e56f260ae
parent1063aa8439ac04596e9ebdb3895123184d5afb6b (diff)
downloadjsonschema-47fcb3941c9e8a6d79acb91a834381a3f0aa2f69.tar.gz
Remove CPython2 from AppVeyor.
-rw-r--r--.appveyor.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 6e65b09..80d5aa5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,12 +3,6 @@ environment:
VENV: "%APPVEYOR_BUILD_FOLDER%\\venv"
matrix:
- - TOXENV: py27-tests
- PYTHON: "C:\\Python27"
-
- - TOXENV: py27-tests
- PYTHON: "C:\\Python27-x64"
-
- TOXENV: py35-tests
PYTHON: "C:\\Python35"