From 1df19252d3eff9559450378bf917ecac3d558cf3 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 13 Nov 2023 21:02:29 +0100 Subject: [PATCH] update travis_tests.py --- travis_tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/travis_tests.py b/travis_tests.py index c1700744..f736d322 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -30,10 +30,9 @@ # =============================================================================== #!/usr/bin/env python +import pytest import matplotlib matplotlib.use("agg") -import pytest - pytest.main(["GPy/testing/"])