From a6647363f4095e39ee7cd6d5eeb5706f327c267e Mon Sep 17 00:00:00 2001 From: Paul McCarthy Date: Sat, 16 Jun 2018 13:04:13 +0100 Subject: [PATCH] CI: Make sure deps are present for 32 bit platform test. --- .ci/run_32bit_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/run_32bit_test.sh b/.ci/run_32bit_test.sh index b1824b8b..e74ede86 100755 --- a/.ci/run_32bit_test.sh +++ b/.ci/run_32bit_test.sh @@ -31,7 +31,7 @@ fi export PATH=/mypython/bin:$PATH -pip install numpy pytest cython +pip install cython numpy pytest coverage pytest-cov cd /indexed_gzip python setup.py develop