pytest-bdd/.travis.yml

14 lines
235 B
YAML
Raw Normal View History

2013-04-03 16:29:37 +08:00
language: python
2015-03-15 22:47:18 +08:00
sudo: false
2013-04-03 16:29:37 +08:00
# # command to run tests
script: make test
after_success:
- make coveralls
2015-05-26 19:40:32 +08:00
branches:
except:
- /^\d/
2013-04-06 04:09:03 +08:00
notifications:
email:
- bubenkoff@gmail.com
2015-03-01 04:13:47 +08:00
- oleg.pidsadnyi@gmail.com