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 2d08352 commit d9989efCopy full SHA for d9989ef
circle.yml
@@ -13,8 +13,9 @@ dependencies:
13
override:
14
15
# run all the pre-written installers (this will take a *while*)
16
- - bash circle/setup.sh
17
-
+ # todo: remove timeout (revert to default of 600s)
+ - bash circle/setup.sh:
18
+ timeout: 3600
19
# install testing tools for circle's version of things
20
- pip install nose coverage
21
- pip install -I .
0 commit comments