Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure backward compatibilty with multiple python versions #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ensure backward compatibilty with multiple python versions #14

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 17, 2013

Hi,

After long time (i was also really busy), i come back to you.
I spen time to ensure backward compatibility : different Django version (1.4 to 1.5) and python version : actually 2.6 (my passage on ubuntu 13.04 was difficult to properly compile python 2.6), 2.7 and 3.3. (i'm not sure that versions 3.0/3.1/3.2 are really interesting)
I also try "pypy" but pyzmq crash on build step...

To ensure this, i use the good Tox software, his "tox.ini" config file and a unit test...
It seems very ugly and silly but it's sufficient to "validate" my precedent work on file "instrument.py"...bun

I think units tests on this project can be a good futur practice...
If you're agree, i can create a travis CI file.

Finally, i join a .gitignore "enormous"... i use an arsenal boilerplate (buildout and other) in my Django apps. (tox, coverage, static checker etc.)
i can understand if you're horrified with this and don't want to include it...

@binary-data
Copy link

i'm not sure that versions 3.0/3.1/3.2 are really interesting

Python 3.2 is default python3 on Debian 7 Wheezy (https://packages.debian.org/wheezy/python3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants