We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eff54b commit d3bd8acCopy full SHA for d3bd8ac
.travis.yml
@@ -56,6 +56,7 @@ install:
56
- conda info -a
57
58
# Install and test
59
+ - 'echo "backend: Agg" > matplotlibrc'
60
- make -C nested_sampling/clustering;
61
- if [[ "$INSTALL" == "yes" ]]; then
62
python setup.py install;
0 commit comments