Skip to content

Commit

Permalink
Adding dev-reqs.txt to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 29, 2016
1 parent 0296b83 commit 6e1413d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions dev-reqs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coveralls
sphinx
sphinx_bootstrap_theme

0 comments on commit 6e1413d

Please sign in to comment.