Skip to content

Commit f0e8a5e

Browse files
committed
fix circle template
1 parent e873d67 commit f0e8a5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ dependencies:
1313
override:
1414

1515
# run all the pre-written installers (this will take a *while*)
16-
- bash circle/setup.sh:
16+
- bash circle/setup.sh
17+
1718
# install testing tools for circle's version of things
1819
- pip install nose coverage
1920
- pip install -I .

0 commit comments

Comments
 (0)