summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-11-20 19:37:24 -0600
committerMichael Merickel <michael@merickel.org>2016-11-20 19:37:24 -0600
commit52bfe0a8f2f6d305f0e3d8cead290427fd71e926 (patch)
treeb4b45a2eddea6fa8f17b5abd562a77e919f6da0f /appveyor.yml
parent9089d33cfa59d84cf76b9f52f8bf181c98c6a121 (diff)
downloadpyramid-52bfe0a8f2f6d305f0e3d8cead290427fd71e926.tar.gz
pyramid-52bfe0a8f2f6d305f0e3d8cead290427fd71e926.tar.bz2
pyramid-52bfe0a8f2f6d305f0e3d8cead290427fd71e926.zip
automate build names for appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
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"