Skip to content

Instantly share code, notes, and snippets.

@aodag
Created April 12, 2014 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aodag/10526076 to your computer and use it in GitHub Desktop.
Save aodag/10526076 to your computer and use it in GitHub Desktop.
drone.ioでwheel使った実行例
pip freeze
python get-pip.py -f wheelhouse --use-wheel
pip install -U setuptools -f wheelhouse --use-wheel
pip install -r requirements.txt -f wheelhouse --use-wheel
pip install -e .
psql -c 'create database sns_test;' -U postgres
alembic -n drone upgrade head
flake8 sns
py.test sns
py.test tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment