Skip to content

Commit

Permalink
Merge branch 'add-travis-ci' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-timofeev committed Feb 17, 2020
2 parents cb29dd5 + fe0d3f9 commit bb93f54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ __pycache__/
.eggs/
.pytest_cache/
.DS_Store
.venv/
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e .
2 changes: 1 addition & 1 deletion tests/codeinclude/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
c = Config(schema=DEFAULT_SCHEMA)
c["site_url"] = "http://example.org/"

PAGE_EXAMPLE = Page("", File(os.path.abspath("./fixture/text.md"), "/src", "/dest", False), c)
PAGE_EXAMPLE = Page("", File(os.path.abspath("./tests/codeinclude/fixture/text.md"), "/src", "/dest", False), c)


class PluginTextCase(unittest.TestCase):
Expand Down

0 comments on commit bb93f54

Please sign in to comment.