cmark

My personal build of CMark ✏️

Commit
5eb6317f64acb3ad98ed3bc8fd622942dcba50b5
Parent
59701edb2e2bb11b1b2eb5aef87244a35f555bfb
Author
John MacFarlane <jgm@berkeley.edu>
Date

Made environment a mapping in appveyor.yaml

Diffstat

1 file changed, 3 insertions, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 6 3 3
diff --git 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'