Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

[ci skip] WIP: Refactoring for Invenio-Videos #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ before_install:
install:
- "travis_retry pip install -r .travis-${REQUIREMENTS}-requirements.txt"
- "travis_retry pip install -e .[all]"
# TODO: remove after integration
- "travis_retry pip install git+https://github.com/inveniosoftware/invenio-files-rest@cds-object-version-tags"

script:
- "./run-tests.sh"
Expand Down
Loading