SecondaryValue/.travis.yml

14 lines
213 B
YAML
Raw Permalink Normal View History

2019-05-16 16:24:44 +02:00
dist: xenial # required for Python >= 3.7
2019-05-16 16:14:29 +02:00
language: python
python:
2019-05-16 16:24:44 +02:00
- "3.7"
- "nightly" # nightly build
2019-05-16 16:14:29 +02:00
install:
- pip install tox-travis coveralls
script:
- tox
after_success:
- coveralls