@ -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
@ -1,5 +1,5 @@
[tox]
envlist=py26,py27,pypy
envlist=py26,py27,py33,pypy
[testenv]
commands=py.test