mirror of https://github.com/peter4431/rq.git
Update Travis CI config file to use py.test.
parent
73e6017896
commit
36eb555981
@ -1,12 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "pypy"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
- pip install pytest
|
||||||
script:
|
script:
|
||||||
- sh run_tests -x
|
- py.test
|
||||||
#notifications:
|
|
||||||
# irc:
|
|
||||||
# channels: "irc.freenode.org#sentry"
|
|
||||||
# on_success: change
|
|
||||||
# on_failure: change
|
|
||||||
|
Loading…
Reference in New Issue