Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Minor corrections in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Apr 8, 2019
1 parent 685637e commit 08e0319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ env:
- SPHINX_VERSION=1.6.*
- SPHINX_VERSION=1.7.*
- SPHINX_VERSION=1.8.*
- SPHINX_VERSION=1.9.*
- SPHINX_VERSION=2.0.*
- SPHINX_VERSION=""
matrix:
exclude:
- python: "2.7"
env: SPHINX_VERSION=2.0.*
- python: "3.7"
env: SPHINX_VERSION=1.5.*
- python: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sphinx_nbexamples.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def test_linkgalleries(self):
msg=html_path + ' is missing!')
with open(html_path) as f:
html = f.read()
self.assertIn(thumbnail, html)
self.assertIn(osp.basename(thumbnail), html)

# test with new thumbnail to test the linkgalleries with it's own
# project
Expand Down

0 comments on commit 08e0319

Please sign in to comment.