Skip to content

Commit

Permalink
fixed matplotlib backend in tests, for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
manna committed Jun 27, 2016
1 parent 8eeb1b2 commit 14bec6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datk/tests/gui_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
plt.switch_backend('Agg')

try:
from datk.core.distalgs import *
Expand Down

0 comments on commit 14bec6a

Please sign in to comment.