-
Notifications
You must be signed in to change notification settings - Fork 94
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
Test Travis-CI with MySQL + MariaDB + PostgreSQL #54
Comments
I need this shortly, as I once again forgot to check mysql & postgresql after merging. They now break on a test due to inline management command |
Somehow #62 was fixed as well. |
Nice, I finally got all three database engines covered by Travis! https://travis-ci.org/dennissiemensma/dsmr-reader/builds/114641595
Now I really have to triple check tests when I merge something to master ;-) |
Follow-up for #48, also test with MySQL & PostgreSQL: https://docs.travis-ci.com/user/database-setup/
./manage.py test --settings=dsmrreader.config.test_postgresql -v2 --noinput
./manage.py test --settings=dsmrreader.config.test_mysql -v2 --noinput
The text was updated successfully, but these errors were encountered: