mirror of https://github.com/rq/rq.git
Install importlib on Travis' py26 environment.
This commit is contained in:
parent
36eb555981
commit
0bc451f75b
|
@ -4,7 +4,8 @@ python:
|
|||
- "2.7"
|
||||
- "pypy"
|
||||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest
|
||||
#- pip install pytest # installed by Travis by default already
|
||||
script:
|
||||
- py.test
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
unittest2
|
||||
importlib
|
||||
argparse
|
|
@ -1,3 +1,2 @@
|
|||
redis
|
||||
times
|
||||
argparse
|
||||
|
|
Loading…
Reference in New Issue