diff --git a/.appveyor.yml b/.appveyor.yml index bfd27c9..b8009cc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,10 +6,6 @@ environment: PYTHON_VERSION: "2.7.8" PYTHON_ARCH: "32" - - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4.1" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python35" PYTHON_VERSION: "3.5.4" PYTHON_ARCH: "32" @@ -39,4 +35,3 @@ install: test_script: - "%PYTHON%/Scripts/pytest" -