summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2016-03-02 15:20:47 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2016-04-14 11:23:58 -0700
commit2838ef6a1a3ab250d04e933ceeb92e31198714e0 (patch)
treeb4ef481bb5693d672086ef706d32c148db9a0fcb /tox.ini
parente19f2ddedecff28c238d321e6f86dc4306289b29 (diff)
tox.ini: don't install psutil in the generator profile
It's not used by the generators. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2e1d29103..d70d5d818 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
six==1.5.2
accel: simplejson
accel: lxml
- py27-accel,py{33,34,35}: psutil
+ py27-accel,py{33,34,35}-{accel,noaccel}: psutil
py27-{accel,noaccel}: mock==1.0.1
py27-accel: backports.lzma
py27-accel: subprocess32