From 32e3f987d413464ce2190c56c7d818497dece09c Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Thu, 13 Oct 2016 14:25:57 +0200 Subject: [PATCH] [tox] Don't add requirement.txt to deps. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b2e8c5599..eda6c559d 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py27, py35 [testenv] -commands = +commands = {envbindir}/py.test --cov=dosage --cov=dosagelib --tb=short -n4 \ --cov-report=xml:{toxworkdir}/cov-{envname}.xml --cov-report=term \ --junitxml={toxworkdir}/junit-{envname}.xml {posargs} @@ -10,7 +10,6 @@ commands = passenv = TRAVIS # Also install optional dependencies for tests. deps = - -rrequirements.txt pytest-xdist pytest-cov pytest-travis-fold