Files
modoboa-installer/.travis.yml
Antoine Nguyen 7dcfc6c128 Added unit test.
2017-10-08 14:38:29 +02:00

16 lines
172 B
YAML

sudo: false
language: python
cache: pip
python:
- "2.7"
- "3.4"
before_install:
- pip install codecov
script:
- coverage run tests.py
after_success:
- codecov