From 1b9fba0cc6a588ed5cb26fec4ade28074914c4b2 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 4 Oct 2015 16:19:45 +0100 Subject: [PATCH] [testing] more restructuring, almost ready to ship, added some tests for testing with travis --- travis_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_tests.py b/travis_tests.py index 3bae68f4..0ebdd7ad 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -32,7 +32,7 @@ #!/usr/bin/env python import matplotlib -matplotlib.use('agg') +matplotlib.use('svg') import nose nose.main('GPy', defaultTest='GPy/testing')