-
Notifications
You must be signed in to change notification settings - Fork 119
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
Use Tox for testing #36
Conversation
Great! This now works - has it for Twisted 12.1-13.2, + trunk, + 'current' (so that if Twisted updates, we're still targeting the most recent without a Klein change). I manually put them in, so that you can run all of these tests locally, without having to use Travis to do it and without having to mess around with anything else. I also added a pyflakes tox entry. This errors because this branch doesn't have the changes fixing the pyflakes errors. Otherwise, everything is green! |
I looked at it and the respective Travis outputs and it LGTM. This will make local development much better. \o/ |
This PR is about using tox for testing.
It's not done yet, just wanting to see how Travis handles it.