Skip to content

Commit 311393a

Browse files
committed
Merge pull request #4399 from jenshnielsen/nightly_test
TST : Enable travis tests on nightly python version (3.5 alpha)
2 parents 57050f1 + d14dc3f commit 311393a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ matrix:
4242
env: TEST_ARGS=--pep8
4343
- python: 2.7
4444
env: BUILD_DOCS=true
45+
- python: "nightly"
46+
env: PRE=--pre
47+
allow_failures:
48+
- python : "nightly"
4549

4650
install:
47-
- pip install -q nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
51+
- pip install $PRE nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
4852

4953
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
5054
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
@@ -55,8 +59,8 @@ install:
5559
# Neihter is installed as a dependency of IPython since they are not used by the IPython console.
5660
- |
5761
if [[ $BUILD_DOCS == true ]]; then
58-
pip install numpydoc ipython jsonschema mistune
59-
pip install -q linkchecker
62+
pip install $PRE numpydoc ipython jsonschema mistune
63+
pip install -q $PRE linkchecker
6064
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
6165
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
6266
mkdir -p tmp

0 commit comments

Comments
 (0)