Skip to content

Commit

Permalink
Merge pull request #18 from sbesson/pypi_deploy
Browse files Browse the repository at this point in the history
0.2.0b1 and PyPI deployment
  • Loading branch information
simleo authored May 3, 2017
2 parents bd20e74 + 03aaf53 commit a344012
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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 <http://frictionlessdata.io/>`_ and `Data Packages <http://frictionlessdata.io/data-packages/>`_ .

Steps to follow to use the package:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0b1

0 comments on commit a344012

Please sign in to comment.