From a1f7e409d3cb1f016b4bbe69d68dbb2cdbed57d1 Mon Sep 17 00:00:00 2001 From: Alex Dutton Date: Tue, 16 Jun 2020 14:58:22 +0100 Subject: [PATCH 1/2] Test a travis fix --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5edc5a..6dec788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,8 +70,7 @@ before_install: install: - pip install tox-travis pre-commit pytest pytest-cov codecov sphinx - - pip install elasticsearch invenio-access invenio-search flask-oauthlib elasticsearch-dsl invenio-app 'werkzeug<1.0' - - pip install -e 'git+https://github.com/swordapp/sword3-common.py.git@travis#egg=sword3common' +# - pip install elasticsearch invenio-access invenio-search flask-oauthlib elasticsearch-dsl invenio-app 'werkzeug<1.0' - pip install -e .[$EXTRAS] before_script: From da5022887993ac8bf792208cbe57e22f1b797fcf Mon Sep 17 00:00:00 2001 From: Alex Dutton Date: Tue, 16 Jun 2020 15:03:28 +0100 Subject: [PATCH 2/2] More testing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index feb29fd..b603947 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "rdflib-jsonld", "invenio-celery", "invenio-db[versioning]", - "invenio-deposit", + # "invenio-deposit", "invenio-files-rest", "invenio-jsonschemas", "invenio-records-files",