Skip to content

Commit

Permalink
fix matplotlib travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Jan 19, 2018
1 parent 52c6f88 commit c70542d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ python --version
python -c "import numpy; print('numpy %s' % numpy.__version__)"
python -c "import scipy; print('scipy %s' % scipy.__version__)"
python -c "import pandas; print('pandas %s' % pandas.__version__)"

# use non-interactive backend
python -c "import matplotlib as mpl; mpl.use('Agg')"
python -c "import matplotlib as mpl; matplotlib.rcsetup.interactive_bk"
python -c "import matplotlib as mpl; matplotlib.rcsetup.non_interactive_bk"

#python setup.py install

0 comments on commit c70542d

Please sign in to comment.