From 2a5a494ddcee5d3ae3bc2ff01894c3f0057ceedc Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Fri, 28 Nov 2014 23:06:09 +0100 Subject: [PATCH] Fixes tox. --- tox.ini | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 53a54bc..cb25ea9 100644 --- a/tox.ini +++ b/tox.ini @@ -17,10 +17,10 @@ deps = South psycopg2 django-redis - py2.7: python-memcached - py2.7: MySQL-python - py3.4: python3-memcached - py3.4: https://github.com/clelland/MySQL-for-Python-3/tarball/master + py{2.6,2.7}: python-memcached + py{2.6,2.7}: MySQL-python + py{3.2,3.3,3.4}: python3-memcached + py{3.2,3.3,3.4}: https://github.com/clelland/MySQL-for-Python-3/tarball/master setenv = sqlite3: DB_ENGINE=sqlite3 postgresql: DB_ENGINE=postgresql @@ -28,4 +28,5 @@ setenv = locmem: CACHE_BACKEND=locmem redis: CACHE_BACKEND=redis memcached: CACHE_BACKEND=memcached -commands = coverage run --source=cachalot ./runtests.py +commands = + coverage run -a --source=cachalot ./runtests.py