Skip to content

Commit e118818

Browse files
committed
imp(performance): execute performance tests on travis
Fixes #524
1 parent ac9ac55 commit e118818

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: git/test/performance/lib.py

-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from git.test.lib import (
44
TestBase
55
)
6-
from gitdb.test.lib import skip_on_travis_ci
76
import tempfile
87
import logging
98

@@ -43,8 +42,6 @@ class TestBigRepoR(TestBase):
4342
#} END invariants
4443

4544
def setUp(self):
46-
# This will raise on travis, which is what we want to happen early as to prevent us to do any work
47-
skip_on_travis_ci(lambda *args: None)(self)
4845
try:
4946
super(TestBigRepoR, self).setUp()
5047
except AttributeError:

0 commit comments

Comments
 (0)