Skip to content

Commit

Permalink
Try using a ps backend instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Dec 9, 2016
1 parent 70ca3c1 commit 11f6729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ install:

script:
# Run tests
- export MPLBACKEND="tkagg"
- export MPLBACKEND="ps"
- python -c 'import matplotlib.pyplot as plt; print(plt.get_backend())'
- py.test

Expand Down

0 comments on commit 11f6729

Please sign in to comment.