Skip to content

Commit 64489b1

Browse files
authored
Merge pull request #309 from mgeier/travis-docs
Travis-CI: Change YAML escaping
2 parents a03c224 + 134bf92 commit 64489b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ before_install:
2323
install:
2424
- pip install --upgrade -e ".[test, examples, docs]"
2525
script:
26-
- if [[ $GROUP == python ]]; then
26+
- |
27+
if [[ $GROUP == python ]]; then
2728
py.test -l --nbval-lax --current-env examples;
2829
elif [[ $GROUP == docs ]]; then
2930
EXIT_STATUS=0

0 commit comments

Comments
 (0)