Skip to content

Commit

Permalink
ci: add mpl_toolkits to hook
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 4, 2019
1 parent 3bd4c51 commit 6c05c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor/hook-pyjibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
datas = collect_data_files("pyjibe", include_py_files=True)
datas += collect_data_files("pyjibe", subdir="img")

hiddenimports = ["mpl_toolkits"]
1 change: 1 addition & 0 deletions .travis/hook-pyjibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
datas = collect_data_files("pyjibe", include_py_files=True)
datas += collect_data_files("pyjibe", subdir="img")

hiddenimports = ["mpl_toolkits"]

0 comments on commit 6c05c53

Please sign in to comment.