File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ matrix:
43
43
- python : 2.7
44
44
env : BUILD_DOCS=true
45
45
- python : " nightly"
46
+ env : PRE=--pre
46
47
allow_failures :
47
48
- python : " nightly"
48
49
49
50
install :
50
- - pip install -q nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
51
+ - pip install -q $PRE nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
51
52
52
53
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
53
54
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
@@ -58,8 +59,8 @@ install:
58
59
# Neihter is installed as a dependency of IPython since they are not used by the IPython console.
59
60
- |
60
61
if [[ $BUILD_DOCS == true ]]; then
61
- pip install numpydoc ipython jsonschema mistune
62
- pip install -q linkchecker
62
+ pip install $PRE numpydoc ipython jsonschema mistune
63
+ pip install -q $PRE linkchecker
63
64
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
64
65
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
65
66
mkdir -p tmp
You can’t perform that action at this time.
0 commit comments