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

Remove CI testing for Python 2.7, add 3.8 on Travis #479

Merged
merged 3 commits into from
Jan 16, 2020

Conversation

alubbock
Copy link
Member

As per #463 and #414, the next version on PySB will remove Python 2.7 support. This PR removes Python 2.7 testing on Travis and Anaconda. Travis will test on 3.6, 3.7, and 3.8; Appveyor on 3.6 and 3.7 (3.8 not yet available by default on Appveyor).

Copy link
Member

@jmuhlich jmuhlich left a comment

Choose a reason for hiding this comment

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

💯

@codecov-io
Copy link

Codecov Report

Merging #479 into master will decrease coverage by 0.29%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #479     +/-   ##
=========================================
- Coverage   80.11%   79.81%   -0.3%     
=========================================
  Files         101      101             
  Lines       10358    10586    +228     
=========================================
+ Hits         8298     8449    +151     
- Misses       2060     2137     +77
Impacted Files Coverage Δ
pysb/simulator/scipyode.py 69.66% <0%> (-19.76%) ⬇️
pysb/tests/test_simulator_scipy.py 92.99% <0%> (-5.33%) ⬇️
pysb/tests/test_examples.py 96.87% <0%> (-3.13%) ⬇️
pysb/importers/sbml.py 76.92% <0%> (-2.57%) ⬇️
pysb/tests/test_simulator_bng.py 100% <0%> (ø) ⬆️
pysb/tests/test_simulator_kappa.py 100% <0%> (ø) ⬆️
pysb/tests/test_simulator_stochkit.py 100% <0%> (ø) ⬆️
pysb/tests/test_kappa.py 100% <0%> (ø) ⬆️
pysb/tests/test_sensitivity_analysis.py 100% <0%> (ø) ⬆️
pysb/tests/test_integrate.py 100% <0%> (ø) ⬆️
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1afd8b...75b3547. Read the comment docs.

@alubbock alubbock merged commit df184d0 into pysb:master Jan 16, 2020
@alubbock alubbock deleted the py38 branch January 16, 2020 20:56
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