Skip to content

[Python] add python 3.7 and 3.8 to CI#1369

Merged
rdblue merged 3 commits intoapache:masterfrom
rymurr:py37py38
Aug 25, 2020
Merged

[Python] add python 3.7 and 3.8 to CI#1369
rdblue merged 3 commits intoapache:masterfrom
rymurr:py37py38

Conversation

@rymurr
Copy link
Contributor

@rymurr rymurr commented Aug 23, 2020

No description provided.

script: tox
- language: python
python:
- 3.8
Copy link
Member

Choose a reason for hiding this comment

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

If all of these have the same before_scripts can't we just do

python:
 -3.6
 -3.7
 -3.8
before_script:
script: 

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought so as well. Travis seems to only run one python in that case.

Compare yesterdays travis run:
https://travis-ci.org/github/apache/iceberg/builds/720376892

To today's with the duplicate code removed:
https://travis-ci.org/github/apache/iceberg/builds/720565051

Copy link
Contributor

Choose a reason for hiding this comment

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

It looks fine with all 3 separate, but the 3.8 config lists both 3.6 and 3.7 as well. Should those be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, fixed

Copy link
Member

Choose a reason for hiding this comment

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

Travis is a mystery sometimes :) I wouldn't waste time figuring it out since the current version works

@rdblue
Copy link
Contributor

rdblue commented Aug 25, 2020

Thanks @rymurr! Merging this.

@rdblue rdblue merged commit 01391a0 into apache:master Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants