Skip to content

Update tox.ini file envlist with python 3.7 #300

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

Closed
wants to merge 3 commits into from
Closed

Update tox.ini file envlist with python 3.7 #300

wants to merge 3 commits into from

Conversation

AlanSynn
Copy link
Contributor

@AlanSynn AlanSynn commented Aug 15, 2018

Closes #298

Brief Summary

Add python3.7 support.
Add .travis.yml python3.7 option cause the deadsnakes PPA supports 3.7

TODOs:

OSX's homebrew-deadsnakes doesn't support python3.6 and 3.7 currently (Aug 15 2018)
If you need to build it with the versions above, then please add formulas and add details on .travis.yml

@AlanSynn AlanSynn mentioned this pull request Aug 15, 2018
@@ -15,6 +15,7 @@ matrix:
- python3.4
- python3.5
- python3.6
- python3.7
Copy link
Member

Choose a reason for hiding this comment

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

It might be failed due to a lack of supporting Python 3.7 on Travis-CI. I bypassed it on another repository.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nirum/.travis.yml

Lines 5 to 23 in bc8fc1a

matrix:
include:
- os: osx
osx_image: xcode8.3
- addons:
apt:
sources: [hvr-ghc, deadsnakes]
packages:
- ghc-8.0.2
- python2.7
- python3.4
- python3.5
- python3.6
- libgmp10
- upx-ucl
- shellcheck
- netbase
- ca-certificates
- libgnutls28

Currently, .travis.yml file uses apt with deadsnakes PPA.
So if the deadsnakes PPA brokes then there would be a modify for the proper versions support.

kanghyojun pushed a commit that referenced this pull request Aug 15, 2018
Update tox.ini file envlist with python 3.7
@kanghyojun
Copy link
Member

Closed by 1d6c839

@kanghyojun kanghyojun closed this Aug 15, 2018
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.

3 participants