Skip to content

Commit 45f42d2

Browse files
committedMar 22, 2012
Make tests work remotely
1 parent e27c7c4 commit 45f42d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tests.py

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# See http://somethingaboutorange.com/mrl/projects/nose/1.0.0/usage.html
66
# for options.
77

8+
import matplotlib
9+
matplotlib.use('agg')
10+
811
import nose
912
from matplotlib.testing.noseclasses import KnownFailure
1013
from matplotlib import default_test_modules

0 commit comments

Comments
 (0)