summaryrefslogtreecommitdiff
path: root/git/test/test_docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/test_docs.py')
-rw-r--r--git/test/test_docs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/git/test/test_docs.py b/git/test/test_docs.py
index 27470748..bc961230 100644
--- a/git/test/test_docs.py
+++ b/git/test/test_docs.py
@@ -11,8 +11,6 @@ from gitdb.test.lib import skip_on_travis_ci, with_rw_directory
class Tutorials(TestBase):
-
- @skip_on_travis_ci
@with_rw_directory
def test_init_repo_object(self, rw_dir):
# [1-test_init_repo_object]