Skip to content

Commit

Permalink
Install mako for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 17, 2015
1 parent ae9a61b commit 52fe395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
@@ -1,7 +1,7 @@
Python 2.7:
script:
- py_version=2.7
- EXTRA_INSTALL=numpy
- EXTRA_INSTALL="numpy mako"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
Expand All @@ -12,7 +12,7 @@ Python 2.7:
Python 3.4:
script:
- py_version=3.4
- EXTRA_INSTALL=numpy
- EXTRA_INSTALL="numpy mako"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
Expand Down

0 comments on commit 52fe395

Please sign in to comment.