SecondaryValue/.travis.yml

12 lines
134 B
YAML
Raw Normal View History

2019-05-16 16:14:29 +02:00
language: python
python:
- "3"
install:
- pip install tox-travis coveralls
script:
- tox
after_success:
- coveralls