Skip to content

Commit

Permalink
use bundled matplotlibrc in qnsake test
Browse files Browse the repository at this point in the history
should fix gh-13
  • Loading branch information
minrk committed May 9, 2011
1 parent 0576092 commit f52c30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spkg/base/qsnake_run.py
Expand Up @@ -803,6 +803,7 @@ def erase_binary():

def run_tests():
import qsnake
os.environ["MPLCONFIGDIR"] = expandvars("$QSNAKE_ROOT/spkg/base/matplotlib")
qsnake.test()

if __name__ == "__main__":
Expand Down

0 comments on commit f52c30b

Please sign in to comment.