Skip to content

Commit 39fe495

Browse files
committed
Make $/.config/matplotlib to try to fix py35 errors.
1 parent 1c2e750 commit 39fe495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ install:
5151
- conda install --file=requirements.txt
5252
- conda info -a && conda list
5353
script:
54+
- mkdir -p $HOME/.config/matplotlib # For Python 3.5
5455
- travis_wait 50 pytest -vvv # the cellular atomata test takes over 10 minutes, and the entire process takes about 30 minutes, so we'll give it 50 min
5556
virtualenv:
5657
system_site_packages: false

0 commit comments

Comments
 (0)