From 68676d1dd633881d650cfb343b88330c29273157 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Tue, 2 May 2017 17:01:59 +0100 Subject: [PATCH 1/3] Bump version to 0.2.0b1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 17e51c3..3ea29b5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0b1 From df1d266ef8cfea1f3b872568d2dd3158d9cb096f Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Tue, 2 May 2017 17:02:16 +0100 Subject: [PATCH 2/3] Add Travis step to deploy tags to PyPi --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 990173d..dc87b7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,11 @@ services: script: - docker build -t dp . + +deploy: + provider: pypi + user: sbesson + password: + secure: "OG9eBtpO/ywdrlhhROGqU0T4n/alMV0XHZ7vzKKp4hEU/NRsQNDegaP7LpCO+Gx8+jzBLJlxEv1mQWg+sHN/s4xo27EMCCPZdYLRIKGA+jZBKEfkL/msJOvpWDkEaH2DjUWifjHGMKxFOrg5dTK16hMVgEWCNpFLgVLw9fOI+KWergES7wVGYP18trNzQHmA43+SmImVaZ07NvRglBWd+S0lCXsFXtEwVVNG33kuMu9fbFfNlG8X26MHDHItoZ1PVc5E3xI8uEKAO5jOBP7gGXVJvyS9zy9reSt+5HR3kJK85fK6JBzOLOxzKSr3yk04rQhehXwgKlkH+LSLAt89+W1VuMx1x9ltBXeG1ZqjTKSAEsII5QzAUKBHiOb9EqmWc6ErUbTZGutITGHVRDJ/wTHEMVke8Kh8bW9Yyab3WpoX0qgw5MQ6SJgSWg2ZxcKOggdtDIMd9cwArBZjNgOequNefbySeQ7dVNq8XGF0ur1WeQVNlNMlo4/13yxJv+1/eYW+fwWS2SfeFueCxn1WTY7XsTxArcL7hEzqHHcQzWi3g7SPQSryMzvBz3frRel6MHyzPyhp1/TOmKrPoogM8FP1DUar6++yUwj7pZ7zU3Qdn5k2qKwNh82loUn4/bdDV3WyO3WK45Op1YgorHeoJr0QHEWj3clolvMy2DuqU2s=" + on: + tags: true From 03aaf5330ec4ba8fdad0f9db5ec1be1c7c009cf4 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Tue, 2 May 2017 17:05:14 +0100 Subject: [PATCH 3/3] Add Travis and PyPi badges --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 34ed9a0..4d548b5 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,12 @@ A datapackage representation of cell migration-derived tracking files. ****************************************************************************** +.. image:: https://travis-ci.org/CellMigStandOrg/biotracks.svg?branch=master + :target: https://travis-ci.org/CellMigStandOrg/biotracks + +.. image:: https://badge.fury.io/py/biotracks.svg + :target: https://badge.fury.io/py/biotracks + This Python project aims to create a simple Python package to produce data packages of cell migration tracking files. The final goal is to have a uniform, standardized way to represent these data, as in `Frictionless Data `_ and `Data Packages `_ . Steps to follow to use the package: