2013-07-06 20:23:02 +08:00
|
|
|
language: python
|
|
|
|
# command to install dependencies
|
2013-09-08 02:23:44 +08:00
|
|
|
install: "pip install -U detox"
|
2013-07-06 20:23:02 +08:00
|
|
|
# # command to run tests
|
|
|
|
script: detox --recreate
|
|
|
|
notifications:
|
|
|
|
irc:
|
2013-07-11 18:20:38 +08:00
|
|
|
- "chat.freenode.net#pytest-dev"
|
2013-07-06 20:23:02 +08:00
|
|
|
email:
|
|
|
|
- pytest-commit@python.org
|