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 33language : python
44sudo : false
55python :
6- - 3.3
6+ - 3.5
77 - 2.7
8+ env :
9+ - SPHINX_SPEC="Sphinx==1.2.3"
10+ - SPHINX_SPEC="Sphinx"
811cache :
912 directories :
1013 - $HOME/.cache/pip
1114before_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}
1417script :
1518 - python setup.py test
You can’t perform that action at this time.
0 commit comments