pytest-bdd/.travis.yml

16 lines
305 B
YAML
Raw Normal View History

2013-04-03 16:29:37 +08:00
language: python
python:
- "2.6"
- "2.7"
2013-07-12 02:41:50 +08:00
- "3.3"
2013-04-03 16:29:37 +08:00
# command to install dependencies
install: pip install -e . python-coveralls
2013-04-03 16:29:37 +08:00
# # command to run tests
script: python setup.py test
after_success:
- coveralls
2013-04-06 04:09:03 +08:00
notifications:
email:
- bubenkoff@gmail.com
2013-08-10 09:38:44 +08:00
- oleg.podsadny@gmail.com