From 2d2f733f55b1bc05932f5524b89c85c81b91c916 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sun, 24 Jan 2016 00:12:15 +0530 Subject: [PATCH] docs- Add wheel to build formats reqd [ci skip] --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b95dd15..c97f2f1 100644 --- a/readme.md +++ b/readme.md @@ -74,7 +74,7 @@ Set ENV variable `PYTEST_STATUS_PORT` 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 2.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. Because it happens only in 2.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 2.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). Duggan/pontoon has this mechanism, can you do the same for this? +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, wheel, (exe for win32 and win64). Duggan/pontoon has this mechanism, can you do the same for this? ### License