From e118818e61ec393451e9b597a10c645220484644 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 10 Oct 2016 10:02:16 +0200 Subject: imp(performance): execute performance tests on travis Fixes #524 --- git/test/performance/lib.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/git/test/performance/lib.py b/git/test/performance/lib.py index 0c4c20a4..b57b9b71 100644 --- a/git/test/performance/lib.py +++ b/git/test/performance/lib.py @@ -3,7 +3,6 @@ import os from git.test.lib import ( TestBase ) -from gitdb.test.lib import skip_on_travis_ci import tempfile import logging @@ -43,8 +42,6 @@ class TestBigRepoR(TestBase): #} END invariants def setUp(self): - # This will raise on travis, which is what we want to happen early as to prevent us to do any work - skip_on_travis_ci(lambda *args: None)(self) try: super(TestBigRepoR, self).setUp() except AttributeError: -- cgit v1.2.1