di / pytest-reqs

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

Use tox-travis #19

Closed jayvdb closed 5 years ago

jayvdb commented 6 years ago

Works around https://github.com/di/pytest-reqs/issues/17 to get the CI green again.

https://github.com/di/pytest-reqs/pull/18 is a better option, IMO.

If https://github.com/di/pytest-reqs/pull/18 is merged, this PR should be adjusted; at least https://github.com/di/pytest-reqs/commit/5b419248b376336537196b482be170438e343cb9 should be revised to not specify upper pip version in tox.ini, which helps test that the install_requires is working correctly.

di commented 5 years ago

I don't think this is necessary anymore, and I generally prefer not to use tox-travis, but thanks!