di / pytest-reqs

py.test plugin for checking requirements files
https://pypi.org/p/pytest-reqs
MIT License
25 stars 6 forks source link

Re-order Travis jobs by Python version descending #20

Closed jayvdb closed 6 years ago

jayvdb commented 6 years ago

Sits on top of https://github.com/di/pytest-reqs/pull/19

di commented 6 years ago

Hi @jayvdb, can you explain why the order of the Travis jobs needs to be changed?

jayvdb commented 6 years ago

I find it more helpful to see results of recent releases first, but this is your choice of course.

Let me know if you want me to rebase it. Otherwise close

di commented 6 years ago

Sure, please rebase.

jayvdb commented 6 years ago

Also I remember, the py37 job is faster, so getting it started first will result in first positive confirmation of green build happening even sooner. And this is a rather heavy build matrix due to version testing, so seeing green sooner is nice ;-)

will rebase shortly -- finishing another one first.

jayvdb commented 6 years ago

Oh, and the order change was so that the flakes job was first

jayvdb commented 6 years ago

It looks like the flake8 testenv isnt being run any more on Travis CI.