File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
language : python
4
4
sudo : false
5
5
python :
6
- - 3.3
6
+ - 3.5
7
7
- 2.7
8
+ env :
9
+ - SPHINX_SPEC="Sphinx==1.2.3"
10
+ - SPHINX_SPEC="Sphinx"
8
11
cache :
9
12
directories :
10
13
- $HOME/.cache/pip
11
14
before_install :
12
15
- 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}
14
17
script :
15
18
- python setup.py test
You can’t perform that action at this time.
0 commit comments