not running build for python 3.3

This commit is contained in:
Gabriel Falcao
2013-07-07 22:36:39 -04:00
parent 9d03c1cf5b
commit fafed8e795
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- pip install -r requirements.pip

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33
envlist = py26, py27
[testenv]
deps = -r{toxinidir}/requirements.pip