pytest-bdd/.travis.yml

20 lines
289 B
YAML

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