mirror of https://github.com/celery/kombu.git
Adds Py2.5 to Travis, and use Tox
This commit is contained in:
parent
f6d282bbfb
commit
497c9268a4
|
@ -1,6 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- 2.5
|
||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
install: pip install -r requirements/default.txt -r requirements/test.txt
|
install: pip install --use-mirrors tox
|
||||||
script: nosetests
|
script: TOXENV=py$(echo $TRAVIS_PYTHON_VERSION | tr -d .) tox
|
||||||
|
|
Loading…
Reference in New Issue