From c9ee30029221626e9f65c7cb9a3ccb850ec85ff3 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 1 Nov 2016 00:16:52 -0500 Subject: enable py27 on appveyor ci --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 1350507b2..e10dbc580 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,8 @@ environment: matrix: - PYTHON: "C:\\Python35" TOXENV: "py35" + - PYTHON: "C:\\Python27" + TOXENV: "py27" install: - "%PYTHON%\\python.exe -m pip install tox" -- cgit v1.2.3 From 9089d33cfa59d84cf76b9f52f8bf181c98c6a121 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 20 Nov 2016 18:54:52 -0600 Subject: cache pip artifacts --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index e10dbc580..5691130eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,9 @@ environment: - PYTHON: "C:\\Python27" TOXENV: "py27" +cache: + - '%LOCALAPPDATA%\pip\Cache' + install: - "%PYTHON%\\python.exe -m pip install tox" -- cgit v1.2.3 From 52bfe0a8f2f6d305f0e3d8cead290427fd71e926 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 20 Nov 2016 19:37:24 -0600 Subject: automate build names for appveyor --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 5691130eb..4c684bfc6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,8 @@ environment: cache: - '%LOCALAPPDATA%\pip\Cache' +version: '{branch}.{build}' + install: - "%PYTHON%\\python.exe -m pip install tox" -- cgit v1.2.3