Testing Again #575

This commit is contained in:
Alan Saul 2017-11-15 15:34:42 +00:00 committed by GitHub
parent d69f780348
commit 4d1b8c2866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ try:
except ImportError: except ImportError:
# matplotlib not installed # matplotlib not installed
from nose import SkipTest from nose import SkipTest
raise SkipTest("Skipping Matplotlib testing") raise
from unittest.case import TestCase from unittest.case import TestCase