Modify the TRAVIS environment check

pull/27/head
Daniel Lintott 10 years ago
parent 7cbce0f81b
commit 8fc4667d2c

@ -14,7 +14,7 @@ def iou(request):
return iou_device
@pytest.mark.skipif(os.environ["TRAVIS"] == "TRUE",
@pytest.mark.skipif(os.environ["TRAVIS"] == 'true',
reason="IOU Image not available on Travis")
def test_iou_is_started(iou):
@ -23,7 +23,7 @@ def test_iou_is_started(iou):
assert iou.is_running()
@pytest.mark.skipif(os.environ["TRAVIS"] == "TRUE",
@pytest.mark.skipif(os.environ["TRAVIS"] == 'true',
reason="IOU Image not available on Travis")
def test_iou_restart(iou):

Loading…
Cancel
Save