We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21511ad commit 02a9aefCopy full SHA for 02a9aef
.travis.yml
@@ -1,11 +1,10 @@
1
language: python
2
+sudo: false
3
4
before_install:
5
- . ./scripts/install_miniconda.sh
- - "export DISPLAY=:99.0"
6
- - "sh -e /etc/init.d/xvfb start"
7
- - if [ ${MATPLOTLIB} = "1.2" ]; then mkdir $HOME/.matplotlib; fi
8
- - if [ ${MATPLOTLIB} = "1.2" ]; then cp ${SRCDIR}/tools/matplotlibrc $HOME/.matplotlib/matplotlibrc; fi
+ - sh -e /etc/init.d/xvfb start
+ - export DISPLAY=":99.0"
9
10
install:
11
- . ./scripts/create_testenv.sh
0 commit comments