Adding dev-reqs.txt to build
This commit is contained in:
parent
0296b839ec
commit
6e1413d2dd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
coveralls
|
||||
sphinx
|
||||
sphinx_bootstrap_theme
|
||||
|
|
|
|||
Loading…
Reference in New Issue