rq/.travis.yml

13 lines
221 B
YAML
Raw Normal View History

2012-07-18 07:17:08 +00:00
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script:
2012-07-18 07:43:26 +00:00
- sh run_tests -x
2012-07-18 07:17:08 +00:00
#notifications:
# irc:
# channels: "irc.freenode.org#sentry"
# on_success: change
# on_failure: change