mirror of https://github.com/rq/rq.git
run tests on py33
This commit is contained in:
parent
f8c9155d08
commit
610c26d816
|
@ -2,6 +2,7 @@ language: python
|
|||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "pypy"
|
||||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi
|
||||
|
|
Loading…
Reference in New Issue