-
Notifications
You must be signed in to change notification settings - Fork 145
Do not merge -- Just trying make Circle CI happy #38
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
@dsjoerg Can you please go to https://circleci.com/gh/ggtracker/sc2reader/59 and at the top of the page, under "Parallelism" set us to two containers instead of just one? We want Python 2 testing and Python 3 testing to run in parallel in two separate containers. |
OK @cclauss I set parallelism to 2, but FYI it put up a message saying "These settings are only for 1.0 builds. To define parallelism for 2.0 jobs, read our documentation." with a link to https://circleci.com/docs/2.0/configuration-reference/#jobs |
My suggestion is that we turn Travis back on and we run both Circle and Travis in parallel. Github does a very nice job of running multiple CIs in parallel. Circle will run the non-flake8 tests and Travis will run the flake8 tests. I just can not seem to tame Circle CI. |
@cclauss works for me |
Fixed in #47 |
No description provided.