Skip to content

Commit 7f33518

Browse files
committed
CI: run Travis on Sphinx 1.2.x and latest
1 parent 4e56494 commit 7f33518

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
language: python
44
sudo: false
55
python:
6-
- 3.3
6+
- 3.5
77
- 2.7
8+
env:
9+
- SPHINX_SPEC="Sphinx==1.2.3"
10+
- SPHINX_SPEC="Sphinx"
811
cache:
912
directories:
1013
- $HOME/.cache/pip
1114
before_install:
1215
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
13-
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib Sphinx
16+
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib ${SPHINX_SPEC}
1417
script:
1518
- python setup.py test

0 commit comments

Comments
 (0)