From a50bd39a06558cc9d48f1e3a299b41ce9110c6c3 Mon Sep 17 00:00:00 2001 From: Manu Date: Mon, 13 Apr 2015 13:08:23 -0500 Subject: [PATCH] Update tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 938e5c3..48137d5 100644 --- a/tox.ini +++ b/tox.ini @@ -2,10 +2,10 @@ envlist = py26, py27, py34, pypy, style, docs [testenv] -setenv = - PYTHONPATH = {toxinidir}:{toxinidir}/json_config commands = {posargs:{envpython} setup.py test} +basepython= python2.7 +setenv=PYTHONWARNINGS=all [testenv:style] deps =