Skip to content

Commit

Permalink
Make tests work remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Mar 22, 2012
1 parent e27c7c4 commit 45f42d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests.py
Expand Up @@ -5,6 +5,9 @@
# See http://somethingaboutorange.com/mrl/projects/nose/1.0.0/usage.html
# for options.

import matplotlib
matplotlib.use('agg')

import nose
from matplotlib.testing.noseclasses import KnownFailure
from matplotlib import default_test_modules
Expand Down

0 comments on commit 45f42d2

Please sign in to comment.