From 97a127cf35cd01fe653dd3524df7d73ea345d11a Mon Sep 17 00:00:00 2001 From: Capocchi L Date: Sat, 31 Oct 2020 21:54:47 +0100 Subject: [PATCH 1/2] update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f49c849..b8a054c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ addons: install: - travis_wait 50 pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 wxPython - travis_wait 50 python setup.py install - - pip install PyPubSub pyyaml ruamel.yaml + - pip install PyPubSub pyyaml ruamel.yaml matplotlib # command to run script: travis_wait 20 python devsimpy.py examples/model0.dsp 10 start quit \ No newline at end of file From 20b112cfc4c62244e0c2b6860c51a157a85c93c7 Mon Sep 17 00:00:00 2001 From: Capocchi L Date: Sat, 31 Oct 2020 21:56:43 +0100 Subject: [PATCH 2/2] remove matplotlib on PloltGUI and update travis config --- .travis.yml | 2 +- PlotGUI.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8a054c7..2f49c849 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ addons: install: - travis_wait 50 pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 wxPython - travis_wait 50 python setup.py install - - pip install PyPubSub pyyaml ruamel.yaml matplotlib + - pip install PyPubSub pyyaml ruamel.yaml # command to run script: travis_wait 20 python devsimpy.py examples/model0.dsp 10 start quit \ No newline at end of file diff --git a/PlotGUI.py b/PlotGUI.py index 77790901..80122639 100644 --- a/PlotGUI.py +++ b/PlotGUI.py @@ -31,11 +31,6 @@ _ = wx.GetTranslation import wx.lib.agw.aui as aui -import matplotlib as mpl - -from matplotlib.backends.backend_wxagg import ( - FigureCanvasWxAgg as FigureCanvas, - NavigationToolbar2WxAgg as NavigationToolbar) # for spectrum try: