Created
March 2, 2013 14:24
-
-
Save shimizukawa/5071213 to your computer and use it in GitHub Desktop.
sphinx build script for drone.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export BUILD_TEST_PATH=tests | |
pip install . --use-mirrors | |
pip install nose sqlalchemy whoosh --use-mirrors | |
python tests/run.py | |
sphinx-build -W -b html -d _build/doctrees doc _build/html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install -q python-software-properties | |
sudo add-apt-repository ppa:fkrull/deadsnakes | |
sudo apt-get update | |
sudo apt-get install -q python2.5-dev python2.6-dev python3.1-dev python3.3-dev | |
pip install --use-mirrors tox | |
tox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment