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