run tests on py33

This commit is contained in:
Alex Morega 2013-08-05 13:47:15 +03:00
parent f8c9155d08
commit 610c26d816
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,5 +1,5 @@
[tox]
envlist=py26,py27,pypy
envlist=py26,py27,py33,pypy
[testenv]
commands=py.test