File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 pyenv global 3.5.2
3030 virtualenv venv
3131 pip install -r /tmp/src/templateflow/requirements.txt
32+ pip install "setuptools>=27.0" twine
3233
3334 - save_cache :
3435 key : deps-v2-{{ checksum "/tmp/src/templateflow/requirements.txt"}}-{{ epoch }}
5051 command : |
5152 pyenv global 3.5.2
5253 virtualenv venv
53- pip install -r /tmp/src/templateflow/requirements.txt
5454 export TEMPLATEFLOW_HOME="/tmp/data/templateflow"
5555 pytest -vsx --doctest-modules /tmp/src/templateflow/templateflow
5656
5959 command : |
6060 pyenv global 3.5.2
6161 virtualenv venv
62- pip install -r /tmp/src/templateflow/requirements.txt
6362 export TEMPLATEFLOW_HOME="/tmp/data/templateflow-S3"
6463 pytest -vsx --doctest-modules /tmp/src/templateflow/templateflow
6564
6968 unset TEMPLATEFLOW_HOME
7069 pyenv global 3.5.2
7170 virtualenv venv
72- pip install -r /tmp/src/templateflow/requirements.txt
7371 pip install datalad
7472 pytest -vsx --doctest-modules /tmp/src/templateflow/templateflow
7573
7876 command : |
7977 pyenv global 3.5.2
8078 virtualenv venv
81- pip install "setuptools>=27.0" twine
8279 cd /tmp/src/templateflow
8380 echo "${CIRCLE_TAG}" > templateflow/VERSION
8481 echo "include templateflow/VERSION" >> MANIFEST.in
@@ -115,7 +112,6 @@ jobs:
115112 - checkout :
116113 path : /tmp/src/templateflow
117114
118-
119115 - restore_cache :
120116 keys :
121117 - deps-v2-{{ checksum "/tmp/src/templateflow/requirements.txt"}}-{{ epoch }}
You can’t perform that action at this time.
0 commit comments