mirror of https://github.com/rq/rq.git
13 lines
218 B
YAML
13 lines
218 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
install:
|
||
|
- pip install -r requirements.txt
|
||
|
script:
|
||
|
- sh run_tests
|
||
|
#notifications:
|
||
|
# irc:
|
||
|
# channels: "irc.freenode.org#sentry"
|
||
|
# on_success: change
|
||
|
# on_failure: change
|