mirror of
https://gitlab.com/datalifeit/python-retrofix
synced 2023-12-14 06:13:03 +01:00
17 lines
318 B
YAML
17 lines
318 B
YAML
language: python
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|
|
env:
|
|
matrix:
|
|
- TOXENV=py27
|
|
- TOXENV=py33
|
|
- TOXENV=py34
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#trytonspain-ci"
|
|
on_success: change
|
|
on_failure: always
|
|
skip_join: true
|