We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb623d commit e3d8160Copy full SHA for e3d8160
1 file changed
.travis.yml
@@ -37,7 +37,7 @@ install:
37
- conda info -a && conda list
38
script:
39
- mkdir -p $MPLCONFIGDIR
40
-- echo "backend: Agg" > $MPLCONFIGDIR/matplotlibrc
+- "echo backend: Agg > $MPLCONFIGDIR/matplotlibrc"
41
- ./run-all-tests.sh
42
virtualenv:
43
system_site_packages: false
0 commit comments