Skip to content

Commit

Permalink
test: adds requirements_dev for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Aug 2, 2018
1 parent 6a1dc2d commit 44d577c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- docker

before_install:
- pip install -r requirements-dev.txt
- travis_retry pip install --upgrade pip setuptools py
- travis_retry pip install twine wheel coveralls

Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
wdb
ipdb
Flask-DebugToolbar
git+git://github.com/reanahub/reana-commons.git#egg=reana-commons
git+git://github.com/diegodelemos/reana-commons.git@extract-db-to-reana-db#egg=reana-commons
git+git://github.com/diegodelemos/reana-db.git@initial-db-moved-from-commons#egg=reana-db

0 comments on commit 44d577c

Please sign in to comment.