mirror of
https://github.com/NaN-tic/trytond-commission_manager.git
synced 2023-12-14 04:03:00 +01:00
22 lines
479 B
YAML
22 lines
479 B
YAML
language: python
|
|
install:
|
|
- pip install tox
|
|
services:
|
|
- postgresql
|
|
script:
|
|
- tox
|
|
env:
|
|
global:
|
|
- POSTGRESQL_URI=postgresql://postgres:@localhost:5432/
|
|
matrix:
|
|
- TOXENV=py27-sqlite
|
|
- TOXENV=py27-postgresql
|
|
- TOXENV=py34-sqlite
|
|
- TOXENV=py34-postgresql
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#trytonspain-ci"
|
|
on_success: change
|
|
on_failure: always
|
|
skip_join: true
|