mirror of
https://github.com/NaN-tic/trytond-account_invoice_facturae_electronet.git
synced 2023-12-14 04:12:59 +01:00
9 lines
267 B
YAML
9 lines
267 B
YAML
image: python:all
|
|
env:
|
|
- POSTGRESQL_URI=postgresql://postgres@127.0.0.1:5432/
|
|
- MYSQL_URI=mysql://root@127.0.0.1:3306/
|
|
script:
|
|
- pip install tox sqlitebck
|
|
- tox -e "{py27,py33,py34,py35}-{sqlite,postgresql}" --skip-missing-interpreters
|
|
services:
|
|
- postgres
|