lazip/.travis.yml

10 lines
146 B
YAML

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