increase default Python to 3.7 on Travis CI#3011
Merged
Conversation
- set PYTHON_VERSION=3.7 - set MAMBA=false for Python 3.5 (no mamba package available, fall back to conda)
Member
Author
This was referenced Oct 24, 2020
Closed
Codecov Report
@@ Coverage Diff @@
## master #3011 +/- ##
==========================================
+ Coverage 91.41% 92.03% +0.62%
==========================================
Files 165 172 +7
Lines 22855 24053 +1198
Branches 3192 3193 +1
==========================================
+ Hits 20893 22138 +1245
- Misses 1332 1818 +486
+ Partials 630 97 -533
Continue to review full report at Codecov.
|
Member
Author
|
numpy 1.13.4 only available as conda package for 2.7 and 3.6... https://anaconda.org/conda-forge/numpy/files?page=12 |
NumPy 13.3.3 packages are available for Python 2.7 and 3.6 only so for the tests with the minimal numpy version we set Python to 3.6.
lilyminium
pushed a commit
to lilyminium/mdanalysis
that referenced
this pull request
Dec 9, 2020
* increase default Python to 3.7 on Travis CI - set PYTHON_VERSION=3.7 - set MAMBA=false for Python 3.5 (no mamba package available, fall backto conda) * ensure conda package is available for numpy 1.13 NumPy 13.3.3 packages are available for Python 2.7 and 3.6 only so for the tests with the minimal numpy version we set Python to 3.6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes : currently broken master (from 73cd1e6)
Changes made in this Pull Request:
- set PYTHON_VERSION=3.7
- set MAMBA=false for Python 3.5 (no mamba package available, fall back
to conda)
PR Checklist