Skip to content

Commit 3a96c93

Browse files
authored
Merge pull request #4 from exonum/add-travis-ci
2 parents 99417fd + fe0d3f9 commit 3a96c93

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ __pycache__/
77
.eggs/
88
.pytest_cache/
99
.DS_Store
10+
.venv/

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e .

tests/codeinclude/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
c = Config(schema=DEFAULT_SCHEMA)
3535
c["site_url"] = "http://example.org/"
3636

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

3939

4040
class PluginTextCase(unittest.TestCase):

0 commit comments

Comments
 (0)