Skip to content

Commit

Permalink
this mkdir is duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarnhart committed Sep 26, 2018
1 parent 1e5cf0a commit ad2238e
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 ad2238e

Please sign in to comment.