trytond-stock_product_categ.../.drone.yml
Sergio Morillo 5b872e37bd Implement task.
This commit res #1266
2016-06-13 20:18:37 +02:00

10 lines
292 B
YAML

build:
image: python:all
environment:
- POSTGRESQL_URI=postgresql://postgres@127.0.0.1:5432/
- MYSQL_URI=mysql://root@127.0.0.1:3306/
commands:
- pip install tox
- tox -e "{py27,py33,py34,py35}-{sqlite,postgresql}" --skip-missing-interpreters
services:
- postgres