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 a03c224 commit 134bf92Copy full SHA for 134bf92
.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