summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 08d7ba84..3f4aa9bd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,3 +1,5 @@
+---
+
environment:
matrix:
- PYTHON: "C:\\Python37-x64"
@@ -46,3 +48,5 @@ on_finish:
artifacts:
- path: dist\*
+
+...