Skip to content

Conversation

tleonhardt
Copy link
Member

The ability to unit test with Python 3.3 appears to no longer be support by Travis CI.

So we are no longer attempting to run tests for Python 3.3 and now only officially support Python 3.4+ and 2.7. All documentation has been updated accordingly. cmd2 should still work fine on Python 3.3, but if we can't test on it, we don't want to claim we support it.

Also bumped version to 0.7.9 in preparation for a release.

Python 3.3 builds appear to be no longer supported on Travis CI.
This replaces Python 3.3 with Python 3.7-dev for Travis CI builds.
There are a couple unit test failures with Python 3.7-dev that we will need to look into at some point, so I disabled that build for now.

Updated all documentation to reflect that cmd2 is support on Python 2.7 and 3.4+.
Official support for Python 3.3 has been abandoned due to no longer having support to test on that platform on Travis CI.
@tleonhardt tleonhardt self-assigned this Jan 4, 2018
@tleonhardt tleonhardt added this to the 0.7.9 milestone Jan 4, 2018
@codecov
Copy link

codecov bot commented Jan 4, 2018

Codecov Report

Merging #243 into master will decrease coverage by 0.95%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #243      +/-   ##
==========================================
- Coverage   97.34%   96.39%   -0.96%     
==========================================
  Files           1        1              
  Lines        1734     1221     -513     
==========================================
- Hits         1688     1177     -511     
+ Misses         46       44       -2
Impacted Files Coverage Δ
cmd2.py 96.39% <85.71%> (-0.96%) ⬇️

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 63b0c6b...c447ee4. Read the comment docs.

@tleonhardt tleonhardt merged commit 5f97663 into master Jan 4, 2018
@tleonhardt tleonhardt deleted the release_prep branch January 4, 2018 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant