mirror of https://github.com/peter4431/rq.git
Add Travis CI configuration file.
parent
604fce99a1
commit
b0a42f4e25
@ -0,0 +1,12 @@
|
|||||||
|
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
|
@ -0,0 +1,4 @@
|
|||||||
|
redis
|
||||||
|
times
|
||||||
|
logbook
|
||||||
|
argparse
|
Loading…
Reference in New Issue