diff --git a/external_dependencies.txt b/external_dependencies.txt index a1b8311..3351e94 100644 --- a/external_dependencies.txt +++ b/external_dependencies.txt @@ -1,3 +1,6 @@ PySide - On linux, sudo apt-get install python-pyside - On Windows, install with installers from their website +Redis + - On linux, sudo apt-get install redis + - On Windows, install with installers from MSOpenTech/redis github repo diff --git a/readme.md b/readme.md index 951caa4..7903bd8 100644 --- a/readme.md +++ b/readme.md @@ -68,4 +68,13 @@ Set ENV variable `PYTEST_STATUS_PORT` +### Contribution +1. Todo are currently tracked in todo.txt - I will probably move over some of it to gh issues, but it is invaluable for offline usage for me. I couldn't find a good service out there that allows file-based issue tracking with gh issue sync, but I certainly hope there is one. +2. Python 3.x tests seem to have an odd problem with Appveyor - py.test exits, but the tests machine doesn't shutdown as it apparently doesn't get the exit code, so it times out and fails. Whats interesting is that I thought after moving over to Tox this problem would be gone for good, but it didnt. BBecause it happens only in 3.x versions of python, it is probably because of something I have written and not their own bug. Maybe the db service is still running? But in my local windows machine, it doesn't + why only in 3.x versions of python? Can you help me with it? +3. Publishing to pypi is still a local and manual process - I would like to move that over to one of the CI servers with build and push triggered by a git tag. Also, it should build to as many pip formats as possible including zip, egg, (exe for win32 and win64). Duiggan/pontton has this mechanism, can you do the same for this? + + +### License + +WTFPL - Do What the Fuck You Want to Public License