-
Notifications
You must be signed in to change notification settings - Fork 407
Update travis and tox #287
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
Conversation
This is hawt! |
Thanks. I kind of wish there was a way to do generative testenv things (instead of having 3 different sections) but I suspect that's more a limitation of ini formatting. |
Would this help? |
These are the changes that @sigmavirus24 did to `tox.ini` on the `1.0-alpha` branch in sigmavirus24#287
So all of the generative stuff seems limited to |
Thread started here |
These are the changes that @sigmavirus24 did to `.travis.yml` on the `1.0-alpha` branch in sigmavirus24#287
I have not played with it yet but I noticed that unittest2 on PyPI since unittest2 0.6.0 claims to now work with Python 3. This was always a big annoyance of mine; so much that I created unittest2six, which probably isn't necessary anymore. So you might be to get rid of special-casing to not include unittest2 in py3 venvs. |
Tox has some new features that I thought I would take advantage of and I wanted to add jobs for flake8