Skip to content

Commit

Permalink
ignore share folder for check-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 31, 2019
1 parent 564ac9e commit d6946f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- pip install check-manifest
- python -m ipykernel.kernelspec --user
script:
- check-manifest
- check-manifest --ignore "share/**"
# cd so we test the install, not the repo
- cd `mktemp -d`
- py.test --cov nbconvert -v --pyargs nbconvert
Expand Down

0 comments on commit d6946f4

Please sign in to comment.