Skip to content

Commit

Permalink
Use wheel package at drone.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Jan 1, 2015
1 parent c66968b commit 9524f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python2.6 python2.6-dev python3.4 python3.4-dev fonts-ipafont-gothic libjpeg8-dev libfreetype6-dev

pip install --use-mirrors --upgrade detox misspellings check-manifest docutils
pip install --use-mirrors --upgrade wheel
pip install --use-mirrors --upgrade --use-wheel detox misspellings check-manifest docutils
find src/ -name "*.py" | misspellings -f -
ALL_TESTS=1 detox
check-manifest

0 comments on commit 9524f06

Please sign in to comment.