This commit is contained in:
Job Evers-Meltzer 2016-09-19 14:55:15 -07:00
parent 5d480e2aee
commit 300f4da3c2

View file

@ -8,7 +8,7 @@ If ($(APPVEYOR_REPO_TAG) -Match "true") {
exit 0 exit 0
} }
# non-testing tags should be in the form v1.2.3 # non-testing tags should be in the form v1.2.3
If ("v$(C:\Python27\python.exe setup.py -V" -Match $(APPVEYOR_REPO_TAG_NAME)) { If ("v$(C:\Python27\python.exe setup.py -V)" -Match $(APPVEYOR_REPO_TAG_NAME)) {
exit 0 exit 0
} }
exit 1 exit 1