diff options
| author | Michael Merickel <michael@merickel.org> | 2016-11-20 19:37:24 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-11-20 19:37:24 -0600 |
| commit | 52bfe0a8f2f6d305f0e3d8cead290427fd71e926 (patch) | |
| tree | b4b45a2eddea6fa8f17b5abd562a77e919f6da0f /appveyor.yml | |
| parent | 9089d33cfa59d84cf76b9f52f8bf181c98c6a121 (diff) | |
| download | pyramid-52bfe0a8f2f6d305f0e3d8cead290427fd71e926.tar.gz pyramid-52bfe0a8f2f6d305f0e3d8cead290427fd71e926.tar.bz2 pyramid-52bfe0a8f2f6d305f0e3d8cead290427fd71e926.zip | |
automate build names for appveyor
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
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" |
