-
Notifications
You must be signed in to change notification settings - Fork 100
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
Enable travis to test all but product tests #200
Conversation
3b779d3
to
82e6f49
Compare
Pull request: prestodb#200
82e6f49
to
37b44b9
Compare
Pull request: prestodb#200
62b287e
to
09c999b
Compare
I am going to push this as it enable public and pre-commit test automation. However, any comments are still more than welcomed. They will be just applied as separate pull requests. |
language: python | ||
python: | ||
- "2.6" | ||
- "2.7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are tests run against python 2.6 and 2.7 instead of just 2.7 as in the old travis script?
Nevermind. Found it in #201
Enable travis to test all but product tests