Skip to content

Commit

Permalink
Merge pull request #35 from landlab/barnhark/remove_duplicate_mkdir
Browse files Browse the repository at this point in the history
Address duplicate mkdir
  • Loading branch information
kbarnhart committed Oct 9, 2018
2 parents 1e5cf0a + ad2238e commit a4f9089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
brew cleanup -s
rm -rf $(brew --cache)
fi
- mkdir $MPLCONFIGDIR
- mkdir -p $MPLCONFIGDIR
- touch $MPLCONFIGDIR/matplotlibrc
install:
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
Expand Down Expand Up @@ -53,7 +53,6 @@ install:
- conda install --file=requirements.txt
- conda info -a && conda list
script:
- mkdir -p $HOME/.config/matplotlib # For Python 3.5
- 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
virtualenv:
system_site_packages: false

0 comments on commit a4f9089

Please sign in to comment.