.travis.yml python version is update by conda environment
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 92
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/cameronmartino/gemelli/blob/9976f4e7634c269b9f7b8b243064a98996d61d35/.travis.yml#L5-L6
These lines specify that python 3.5 should be used but this line:
https://github.com/cameronmartino/gemelli/blob/9976f4e7634c269b9f7b8b243064a98996d61d35/.travis.yml#L17
Will update python to 3.6.7
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the referenced .travis.yml lines 5-6 and 17, comparing the declared Python 3.5 version with the conda environment's Python 3.6.7 update. Done means the Travis configuration consistently specifies the intended Python version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100