Skip to content

Commit

Permalink
PRJ: fix virtual server import
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLP committed Sep 27, 2017
1 parent e36e9e1 commit 92f30d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testbeam_analysis/testing/test_track_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class TestTrackAnalysis(unittest.TestCase):
def setUpClass(cls):
# virtual X server for plots under headless LINUX travis testing is needed
if os.getenv('TRAVIS', False) and os.getenv('TRAVIS_OS_NAME', False) == 'linux':
from xvfbwrapper import Xvfb
cls.vdisplay = Xvfb()
cls.vdisplay.start()
cls.output_folder = 'tmp_track_test_output'
Expand Down

0 comments on commit 92f30d2

Please sign in to comment.