megapy/.travis.yml

10 lines
111 B
YAML

sudo: false
language: python
python:
- 3.8
env:
- TOXENV=py-normal
install: pip install tox
script: tox