summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-11-20 19:37:54 -0600
committerMichael Merickel <michael@merickel.org>2016-11-20 19:37:54 -0600
commit19702ec558d28c75122bcccfda34974ba17d3a13 (patch)
tree4e1e3dde8fb98dc5f2ae744e2433176645230680 /appveyor.yml
parentc413488a0718f14f4bca116f797154e7589b0f9f (diff)
downloadwaitress-19702ec558d28c75122bcccfda34974ba17d3a13.tar.gz
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 5691130..4c684bf 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"