SecondaryValue/.travis.yml
Valentin Boettcher 8ae62b6459 fix travis
2019-05-16 16:24:44 +02:00

13 lines
213 B
YAML

dist: xenial # required for Python >= 3.7
language: python
python:
- "3.7"
- "nightly" # nightly build
install:
- pip install tox-travis coveralls
script:
- tox
after_success:
- coveralls