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.
2 parents a03c224 + 134bf92 commit 64489b1Copy full SHA for 64489b1
.travis.yml
@@ -23,7 +23,8 @@ before_install:
23
install:
24
- pip install --upgrade -e ".[test, examples, docs]"
25
script:
26
- - if [[ $GROUP == python ]]; then
+ - |
27
+ if [[ $GROUP == python ]]; then
28
py.test -l --nbval-lax --current-env examples;
29
elif [[ $GROUP == docs ]]; then
30
EXIT_STATUS=0
0 commit comments