We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2e750 commit 39fe495Copy full SHA for 39fe495
1 file changed
.travis.yml
@@ -51,6 +51,7 @@ install:
51
- conda install --file=requirements.txt
52
- conda info -a && conda list
53
script:
54
+- mkdir -p $HOME/.config/matplotlib # For Python 3.5
55
- 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
56
virtualenv:
57
system_site_packages: false
0 commit comments