Tox fixes

This commit is contained in:
Ebag333
2017-02-05 15:39:07 -08:00
parent 603a8acdfc
commit be66ff1eec
35 changed files with 75 additions and 63 deletions

View File

@@ -19,7 +19,6 @@
import os
import logging
logger = logging.getLogger(__name__)
import wx
@@ -39,6 +38,9 @@ try:
mplImported = False
except ImportError:
enabled = False
logger = logging.getLogger(__name__)
if not enabled:
logger.info("Problems importing matplotlib; continuing without graphs")