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/"])