Skip to content

Commit

Permalink
Test notebooks which don't require data on Maxwell
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed May 28, 2018
1 parent 38fa76c commit 2cc7ebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:

install:
- make install
- pip install nbval

script:
- make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dev-install:
python3 -m pip install -U -e .

test:
python3 -m pytest -v
python3 -m pytest -v --nbval

build-docker-image:
docker build -t image .
Expand Down
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
addopts = --ignore docs/apply_geometry.ipynb

0 comments on commit 2cc7ebd

Please sign in to comment.