Skip to content

Commit

Permalink
migration: updated schema changes
Browse files Browse the repository at this point in the history
* changed all the identifiers to common structure
* removed all the emails
* removed funding info
* restructurised title objects
  • Loading branch information
kpsherva committed Jun 30, 2020
1 parent ac076e3 commit 3a0d539
Show file tree
Hide file tree
Showing 15 changed files with 1,618 additions and 578 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ env:
- REQUIREMENTS=release
- REQUIREMENTS=devel
python:
- '2.7'
- '3.5'
- '3.6'
before_install:
- travis_retry pip install --upgrade pip setuptools py
- travis_retry pip install twine wheel coveralls requirements-builder
Expand All @@ -33,5 +32,5 @@ deploy:
on:
tags: true
repo: CERNDocumentServer/cds-dojson
python: '2.7'
python: '3.6'
condition: "$REQUIREMENTS = release"

0 comments on commit 3a0d539

Please sign in to comment.