Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

travis should run tests in all environment combinations #67

Closed
willkg opened this issue Jan 5, 2015 · 2 comments
Closed

travis should run tests in all environment combinations #67

willkg opened this issue Jan 5, 2015 · 2 comments

Comments

@willkg
Copy link
Collaborator

willkg commented Jan 5, 2015

Travis should run the tests in all the environment combinations. Plus it'd be nice to have a way to make sure tox.ini and .travis.yml are in sync.

@erikrose
Copy link
Owner

erikrose commented Jan 7, 2015

Worst case, it could run a pared-down tox config that would take care of different pip versions, while Travis itself took care of Python versions. That's essentially what http://jsatt.com/blog/using-tox-with-travis-ci-to-test-django-apps/ does.

@erikrose
Copy link
Owner

erikrose commented Jan 7, 2015

This should solve all our problems: https://github.com/msabramo/python-panci. We don't even necessarily have to use it; following the pattern of its multi-python-version example travis configs might be enough: it looks like they set up a single travis env that has multiple versions of Python installed and then simply run tox in it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants