summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-06-04 14:02:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-06-04 14:02:51 -0400
commit31fb9d19ee7751ced7a0339268b2cd7b3ceb4701 (patch)
tree151da634c2bf0d5ac0230aeae05bde0df07d658e
parentc84284022a198d560e685c5a687458a5be4c5fe6 (diff)
downloadpytest-runner-31fb9d19ee7751ced7a0339268b2cd7b3ceb4701.tar.gz
Use a simple build number rather than prefixing with '1.0.'
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e856af3..0a8ce5c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,3 +17,5 @@ build: off
test_script:
- "python -m pip install tox"
- "tox"
+
+version: '{build}'