tox-dev / tox-travis

Seamless integration of tox into Travis CI
https://tox-travis.readthedocs.io
MIT License
202 stars 34 forks source link

[py26] Remove deprecated python 2.6 #141

Closed Djailla closed 5 years ago

Djailla commented 5 years ago

Python 2.6 can no longer be downloaded from Travis. Remove it from the test matrix

codecov-io commented 5 years ago

Codecov Report

Merging #141 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #141   +/-   ##
=======================================
  Coverage   86.85%   86.85%           
=======================================
  Files           5        5           
  Lines         213      213           
  Branches       48       48           
=======================================
  Hits          185      185           
  Misses         21       21           
  Partials        7        7

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 c07ae68...93ca039. Read the comment docs.

Djailla commented 5 years ago

@ryanhiebert shall py34 deprecated too ? In another PR.

ryanhiebert commented 5 years ago

Does tox support 3.4? I conceded to dropping Python 2.6 because it was my understanding that it was no longer supported by tox, therefore it didn't need to be supported by tox-travis. If the same is the case for 3.4, then I'll be on board with that. Otherwise, I just don't want to be the one breaking peoples' builds.

gaborbernat commented 5 years ago

Yes tox does support 3.4 for now.