docs - contributing + license + redis in ext_dep.txt [ci skip]

This commit is contained in:
2016-01-23 07:54:38 +05:30
parent e8e1f72a04
commit f5a5317605
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
PySide PySide
- On linux, sudo apt-get install python-pyside - On linux, sudo apt-get install python-pyside
- On Windows, install with installers from their website - 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
+9
View File
@@ -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