Appveyor build number.

This commit is contained in:
Antti Aalto 2017-10-31 22:03:54 +02:00
parent f3543c28fd
commit f252f6f6d7
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ install:
- 'pip3 install -r requirements.d/development.txt'
- 'pip3 install setuptools_scm'
build_script:
- 'pip3 install -e .'
- ps: $version = python3 -c 'import src.borg._version; print(src.borg._version.version)'
- ps: $version = git describe --long
- ps: Update-AppveyorBuild -Version $version
- 'pip3 install -e .'
- 'python3 deployment/windows/buildwin32.py'
test_script:
# python will return 0 so appveyor will pass the build