trytond-sale_rule/.drone.yml

10 lines
257 B
YAML
Raw Normal View History

2016-03-29 11:58:54 +02:00
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
- tox -e "{py27,py33,py34,py35}-{sqlite,postgresql}" --skip-missing-interpreters
services:
- postgres