Skip to content
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

Travis CI: Add Python 3.7 to the testing #215

Closed
wants to merge 6 commits into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Aug 7, 2018

Python 3.7 on Travis CI added in alignment with travis-ci/travis-ci#9069

Python 3.7 on Travis CI added in alignment with travis-ci/travis-ci#9069
@menshikh-iv
Copy link
Contributor

Thanks for PR @cclauss, several notes

  1. Resolve current build issues with 3.7 (something goes wrong with boto, probably issue with dist/sudo here)
  2. Add similar env vars as below (this disable mocks and run integration tests)
    https://github.com/RaRe-Technologies/smart_open/blob/11149908f6c1d6f08305c48f6e69c34da868afb4/.travis.yml#L13-L17

.travis.yml Outdated
script:
- if [[ ${TRAVIS_SECURE_ENV_VARS} = false ]]; then
echo "DISABLE INTEGRATION TESTING FOR S3";
unset SO_DISABLE_MOCKS;
unset SO_S3_URL;
unset SO_S3_RESULT_URL;
fi
- if [[ $TRAVIS_PYTHON_VERSION = '*.7' ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cclauss no need to add flake here, this will be added with other changes & code cleanup later

@cclauss
Copy link
Contributor Author

cclauss commented Aug 7, 2018

Boto's own tests seem to pass on Python 3.7 boto/boto#3823

The env vars changes did not fix things... Removing the flake8 check.

@menshikh-iv
Copy link
Contributor

@cclauss anyway, need to fix this issue with boto first before the merge

@menshikh-iv
Copy link
Contributor

@cclauss any ideas how to fix this?

@menshikh-iv menshikh-iv mentioned this pull request Oct 4, 2018
@menshikh-iv
Copy link
Contributor

Already added by #240, closing

@cclauss cclauss deleted the patch-2 branch January 17, 2019 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants