Skip to content

Commit a4f9089

Browse files
authored
Merge pull request #35 from landlab/barnhark/remove_duplicate_mkdir
Address duplicate mkdir
2 parents 1e5cf0a + ad2238e commit a4f9089

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
brew cleanup -s
1919
rm -rf $(brew --cache)
2020
fi
21-
- mkdir $MPLCONFIGDIR
21+
- mkdir -p $MPLCONFIGDIR
2222
- touch $MPLCONFIGDIR/matplotlibrc
2323
install:
2424
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
@@ -53,7 +53,6 @@ install:
5353
- conda install --file=requirements.txt
5454
- conda info -a && conda list
5555
script:
56-
- mkdir -p $HOME/.config/matplotlib # For Python 3.5
5756
- 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
5857
virtualenv:
5958
system_site_packages: false

0 commit comments

Comments
 (0)