Skip to content

Commit

Permalink
bugfix 7
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantiShri committed Apr 27, 2020
1 parent 1be021f commit dc8bf54
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ before_install:
#Set the 'Agg' backend to prevent a TclError with python 2
# I seem to get errors when I use $HOME instead of /home/travis
- mkdir -p ~/.config/matplotlib/
- echo -e "test1" > ~/test.txt
- echo -e "test2" > ~/.config/test.txt
- echo -e "test3" > ~/.config/matplotlib/test.txt
- echo -e "test3" > ~/.config/matplotlib/matplotlibrc
- echo -e "backend Agg" > ~/.config/matplotlib/matplotlibrc
- echo -e "backend\: Agg" > ~/.config/matplotlib/matplotlibrc
- "echo backend : Agg > ~/.config/matplotlib/matplotlibrc"
- cat ~/.config/matplotlib/matplotlibrc
- echo -e "backend: Agg" > ~/.config/matplotlib/matplotlibrc

install:
#code below copied from keras' .travis.yml
Expand Down

0 comments on commit dc8bf54

Please sign in to comment.