## TODO * currently we have travis run multiple python versions, need to determine if the versions it's running are ok (I think we need to add python 3.6) * should update to use [tox ](https://tox.readthedocs.io/en/latest/) * should remove the tests from the published package * should run the tests using standard test runner (e.g. pytest or python -m unittest) * should have automatic publishing to pypi when github release is published. something like this - https://github.com/hasadna/knesset-data-python/blob/master/.travis/after_success.sh
TODO