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(+) 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