Files
pretix_cgo/src/tests/travis_mysql.cfg
Raphael Michel af4a2c7184 Run tests on multiple Python versions and databases (#424)
* Test against more python versions

* Add testing on MySQL

* Add testing on PostgreSQL
2017-03-02 11:59:09 +01:00

8 lines
82 B
INI

[database]
backend=mysql
name=pretix
user=root
password=
host=127.0.0.1
port=3306