summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-07-14 11:47:19 -0500
committermattip <matti.picus@gmail.com>2019-07-14 14:32:10 -0500
commitaf5b52b75687ef170bf17d7fa6ecc71718a92ae6 (patch)
tree19ee8dd3f69b3c90629a95698836b62308d1ca37 /.circleci
parent5b0069c08d00e871d74c6533e0b0eeb3107e8f70 (diff)
downloadnumpy-af5b52b75687ef170bf17d7fa6ecc71718a92ae6.tar.gz
BUILD: adapt "make version-check" to "make dist"
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ff26afeb8..6b4ab812f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -19,6 +19,7 @@ jobs:
name: install dependencies
command: |
python3 -m venv venv
+ ln -s $(which python3) venv/bin/python3.6
. venv/bin/activate
pip install cython sphinx==1.8.5 matplotlib ipython
sudo apt-get update