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 3382599 commit 01c9892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
- PYTHON_VERSION=3.6 BACKEND=agg

before_script:
- cp testing/matplotlibrc_${BACKEND} matplotlibrc
- cp travis/matplotlibrc_${BACKEND} matplotlibrc
- if [ $BACKEND == "qtagg" ]; then
export DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
Expand Down

0 comments on commit 01c9892

Please sign in to comment.