From f06d815462afc22c0b216802a6648cef83665ba3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 3 Mar 2019 11:01:56 +0100 Subject: ci: AppVeyor: use Python 3.7 Python 2.7 is not supported by isort anymore. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2bb367f0..1d4a9c51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ init: - - "SET PATH=C:\\Python27\\Scripts;%PATH%" + - "SET PATH=C:\\Python37\\Scripts;%PATH%" - "SET PYTEST_ADDOPTS=-vv" - "ECHO PATH=%PATH%" - python --version -- cgit v1.2.1