Trying to fix tests for Matplotlib plotting issue

This commit is contained in:
Alan Saul 2017-11-15 14:24:08 +00:00 committed by GitHub
parent 754c67f71d
commit d69f780348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ from nose import SkipTest
try:
import matplotlib
matplotlib.use('agg')
#matplotlib.use('agg')
except ImportError:
# matplotlib not installed
from nose import SkipTest