From 3e4b84384d7d3241272b4c89cf6232ff306c4160 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 29 Dec 2016 10:57:01 +0200 Subject: [PATCH] - Updated TODO list. --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1398afe..31920a3 100644 --- a/README.rst +++ b/README.rst @@ -80,5 +80,8 @@ TODO - Fix combining dictionaries test. - Fix Travis CI test on Python 3.2 (https://travis-ci.org/adarnimrod/template/jobs/187388235). -- Release on tagged commits to PyPI in Travis CI. -- TOML support? +- Release on tagged commits to PyPI in Travis CI + (https://docs.travis-ci.com/user/deployment/pypi/ and + https://docs.travis-ci.com/user/encryption-keys/). +- Add JMESPath support. +- Add TOML support? -- GitLab