We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263d927 commit d85453fCopy full SHA for d85453f
.circleci/config.yml
@@ -128,12 +128,18 @@ jobs:
128
chmod -R 777 "$WORKDIR"
129
- run:
130
name: Run pytests (py36)
131
+ environment:
132
+ WORKDIR: /home/circleci/work
133
command: bash /home/circleci/nipype/.circleci/test_py3_pytest.sh
134
135
name: Run pytests (py27)
136
137
138
command: bash /home/circleci/nipype/.circleci/test_py2_pytest.sh
139
140
name: Build docs (py36)
141
142
143
command: bash /home/circleci/nipype/.circleci/test_py3_docs.sh
144
- store_artifacts:
145
path: /home/circleci/work/tests
0 commit comments