Skip to content

Commit

Permalink
Install mako on appveyor to be able to use the generation scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Aug 18, 2017
1 parent 6105ff2 commit 1c2ba1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.6.9.{build}'
version: '0.7.0.{build}'

pull_requests:
do_not_increment_build_number: true
Expand Down Expand Up @@ -26,6 +26,9 @@ environment:
- PYTHON: "C:\\Python35"
VS_PATH: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC"

install:
- python -m pip install mako cython

build_script:
- echo "Python:" "%PYTHON%"
- echo "Config:" "%CONFIGURATION%"
Expand Down

0 comments on commit 1c2ba1b

Please sign in to comment.