mirror of
https://github.com/NaN-tic/trytond-aeat_347.git
synced 2023-12-14 02:03:00 +01:00
Add travis
This commit is contained in:
parent
22a7be1ee2
commit
93c26072c3
1 changed files with 22 additions and 0 deletions
22
.travis.yml
Normal file
22
.travis.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
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
|
Loading…
Reference in a new issue