Adds Py2.5 to Travis, and use Tox

This commit is contained in:
Ask Solem 2012-03-20 14:54:20 +00:00
parent f6d282bbfb
commit 497c9268a4
1 changed files with 3 additions and 2 deletions

View File

@ -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