summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-25 12:08:51 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-25 12:08:51 -0700
commit5eb6317f64acb3ad98ed3bc8fd622942dcba50b5 (patch)
treedd14b2fe9e88f5b7224109bef9332b0ebb0721fe /appveyor.yml
parent59701edb2e2bb11b1b2eb5aef87244a35f555bfb (diff)
Made environment a mapping in appveyor.yaml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4c9b792..8c9c12e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,7 @@
environment:
- - PYTHON: "C:\\Python34"
- - PYTHON_VERSION: "3.4.1"
- - PYTHON_ARCH: "32"
+ PYTHON: "C:\\Python34"
+ PYTHON_VERSION: "3.4.1"
+ PYTHON_ARCH: "32"
build:
- '@nmake.exe /nologo /f Makefile.nmake'