lazip/.travis.yml

11 lines
158 B
YAML

branches:
only:
- master
- /^\d+(\.\d+)+((a|b|rc)\d+)?(\.post\d+)?(\.dev\d+)?$/
language: python
python: 3.8
install: pip install tox
script: tox