Skip to content

Commit

Permalink
💚 pass travis lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Dec 11, 2019
1 parent 5376889 commit a0dea03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ targets:
- setup.py: custom_setup.py.jj2
- requirements.txt: requirements.txt.jj2
- "tests/requirements.txt": "tests/custom_requirements.txt.jj2"
- "docs/source/conf.py": "docs/conf.py_t"
- "gitfs2/_version.py": "_version.py.jj2"
- .gitignore: gitignore.jj2
- .travis.yml: travis.yml.jj2
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['static']
html_static_path = ['static']
6 changes: 3 additions & 3 deletions tests/test_gitfs_opener.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import fs
from nose.tools import ok_
from gitfs2.repo import GitRequire

try:
from mock import patch
except ImportError:
from unittest.mock import patch

from nose.tools import ok_
from gitfs2.repo import GitRequire


@patch("gitfs2.repo.git_clone")
def test_opener(fake_clone):
Expand Down

0 comments on commit a0dea03

Please sign in to comment.