mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Run tests on multiple Python versions and databases (#424)
* Test against more python versions * Add testing on MySQL * Add testing on PostgreSQL
This commit is contained in:
6
src/tests/travis_postgres.cfg
Normal file
6
src/tests/travis_postgres.cfg
Normal file
@@ -0,0 +1,6 @@
|
||||
[database]
|
||||
backend=postgresql_psycopg2
|
||||
name=pretix
|
||||
user=postgres
|
||||
password=
|
||||
host=localhost
|
||||
Reference in New Issue
Block a user