From 98d8e0044dabc26560d334c05a17384c8190db39 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 22 Mar 2016 16:04:37 -0500 Subject: [PATCH] Install numpy for pytools test in 2.6 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8748833..f81e51f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ Python 3.4: Python 2.6: script: - py_version=2.6 + - export EXTRA_INSTALL="numpy" - 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: -- GitLab