From 134bf92144be09a7ca1db09116977743eee674d6 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Thu, 16 Jan 2020 19:44:38 +0100 Subject: [PATCH] Travis-CI: Change YAML escaping --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4b6f404..da163075 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,8 @@ before_install: install: - pip install --upgrade -e ".[test, examples, docs]" script: - - if [[ $GROUP == python ]]; then + - | + if [[ $GROUP == python ]]; then py.test -l --nbval-lax --current-env examples; elif [[ $GROUP == docs ]]; then EXIT_STATUS=0