Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis should run tests against all supported database engines #79

Open
OriHoch opened this issue Aug 6, 2017 · 1 comment
Open

travis should run tests against all supported database engines #79

OriHoch opened this issue Aug 6, 2017 · 1 comment

Comments

@OriHoch
Copy link
Contributor

OriHoch commented Aug 6, 2017

  • should use the travis Build Matrix feature to run the tests on all supported database engines
  • I guess it means sqlite and PostgreSQL, but maybe we could add mysql as well?
  • on each build it should:
    • setup the DB engine (perhaps using docker)
    • set the OVERRIDE_TEST_DB environment variable accordingly
    • run the tests, passing this environment variable to tox environment
@OriHoch
Copy link
Contributor Author

OriHoch commented Aug 6, 2017

another possibility - use docker compose yaml files to setup the test environment for each db engine

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

No branches or pull requests

1 participant