Skip to content

Commit d3bd8ac

Browse files
ci: need matplotlib working also in tests
1 parent 2eff54b commit d3bd8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ install:
5656
- conda info -a
5757

5858
# Install and test
59+
- 'echo "backend: Agg" > matplotlibrc'
5960
- make -C nested_sampling/clustering;
6061
- if [[ "$INSTALL" == "yes" ]]; then
6162
python setup.py install;

0 commit comments

Comments
 (0)