-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Python3 configuration #63
Python3 configuration #63
Conversation
commands = nosetests | ||
|
||
[testenv:py34] | ||
commands = nosetests |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Diff looks good but commit chain looks really weird - let's get that cleaned up. I'm disinclined to redden the master build of the project; would it be okay to keep this change on ice and keep updating it as the prerequisite changes to the rest of the codebase land? |
31e648c
to
75311a8
Compare
Initially, I pulled through github's web interface to update my master branch, which put in that extra commit. I rolled back and redid the commits through CLI, so that it looks cleaner now. I'm okay with holding off on merging this for now, I just did it so that I could see the errors from tox and travis; the only red would be from the python 3 tests until we were finished. |
@nathanielmanistaatgoogle: I created my other branch (PR #64) off of this one, so it also includes these two commits. I suppose it's up to you how you would like to merge these two PRs. |
(This pull request also smells obviated in light of #64 and like it should be closed.) |
Not quite. This PR is for adding the Python 3.3 and 3.4 tests to tox (and in turn travis). I will rebase this branch and let you know when it's ready to merge. Should I move the IDE additions in .gitignore to another PR, or would you just want to keep it out of the master branch all together? |
My first reaction is to say that the IDE additions to .gitignore should be kept out of the master branch altogether because they strike me as one person's personal development circumstances and thus not appropriate for a shared codebase. Are there other developers who would want those additions? Are they so insignificant that I shouldn't even bother caring? |
75311a8
to
916ca32
Compare
Understandable. This PR is now just the one commit that adds the test environments to tox. Edit: Just noticed that I should probably update the commit message..... |
916ca32
to
7d43236
Compare
Any idea what's up with Travis taking forever to test this? |
Looks like it just started now based on this: https://travis-ci.org/google/google-api-python-client/builds/53837903 |
Test configuration for Python 3.
Setting up test environment for 3.3 and 3.4. Expect lots of red for now.