diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9313a482..8ecee10b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,3 +18,5 @@ test_script: - "python bootstrap.py" - "python -m pip install tox" - "tox" + +version: '{build}' |