mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Adding dev-reqs.txt to build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user