pytest-bdd/.travis.yml

21 lines
254 B
YAML

dist: xenial
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox tox-travis
script: tox --recreate
branches:
except:
- /^\d/
notifications:
email:
- bubenkoff@gmail.com
- oleg.pidsadnyi@gmail.com