forked from CGM_Public/pretix_original
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:
7
src/tests/travis_mysql.cfg
Normal file
7
src/tests/travis_mysql.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
[database]
|
||||
backend=mysql
|
||||
name=pretix
|
||||
user=root
|
||||
password=
|
||||
host=127.0.0.1
|
||||
port=3306
|
||||
Reference in New Issue
Block a user