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 fe6d2eaCopy full SHA for fe6d2ea
.circleci/config.yml
@@ -128,12 +128,21 @@ jobs:
128
chmod -R 777 "$WORKDIR"
129
- run:
130
name: Run pytests (py36)
131
+ no_output_timeout: 30m
132
+ environment:
133
+ WORKDIR: /home/circleci/work
134
command: bash /home/circleci/nipype/.circleci/test_py3_pytest.sh
135
136
name: Run pytests (py27)
137
138
139
140
command: bash /home/circleci/nipype/.circleci/test_py2_pytest.sh
141
142
name: Build docs (py36)
143
144
145
146
command: bash /home/circleci/nipype/.circleci/test_py3_docs.sh
147
- store_artifacts:
148
path: /home/circleci/work/tests
0 commit comments