Adding dev-reqs.txt to build

This commit is contained in:
Maxime Beauchemin 2016-03-29 11:47:05 -07:00
parent 0296b839ec
commit 6e1413d2dd
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ before_install:
- mkdir ~/.npm
install:
- pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse .
- pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse -r dev-reqs.txt
- pip install --find-links=$HOME/.wheelhouse --no-index .
- cd caravel/assets
- npm install

View File

@ -1,2 +1,3 @@
coveralls
sphinx
sphinx_bootstrap_theme