From af7c59309ad60697dea670b275157484d6f78a87 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Tue, 12 Jun 2018 17:39:25 +0200 Subject: [PATCH 1/2] tox: add dependencies --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ec4fab7c..16a1aa46 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = coverage-{django18,django111}-pylint-pg +envlist = coverage-py27-{django18,django111}-pylint-pg skipsdist = True toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs/ @@ -17,6 +17,7 @@ deps = pytest>=3.3.0 pytest-mock pytest-cov + pytest-django WebTest psycopg2 mechanize @@ -30,6 +31,9 @@ deps = python-dateutil pillow feedparser + python-magic + docutils + xlwt commands = ./getlasso.sh pickle: py.test --without-postgresql-tests {env:COVERAGE:} {posargs:tests} -- 2.11.0