We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5cf0a commit ad2238eCopy full SHA for ad2238e
1 file changed
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
brew cleanup -s
19
rm -rf $(brew --cache)
20
fi
21
-- mkdir $MPLCONFIGDIR
+- mkdir -p $MPLCONFIGDIR
22
- touch $MPLCONFIGDIR/matplotlibrc
23
install:
24
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
@@ -53,7 +53,6 @@ install:
53
- conda install --file=requirements.txt
54
- conda info -a && conda list
55
script:
56
-- mkdir -p $HOME/.config/matplotlib # For Python 3.5
57
- 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
58
virtualenv:
59
system_site_packages: false
0 commit comments