From 39183cd5398318b0947bc5619e0b03daca04dadb Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Thu, 29 Jan 2015 13:17:51 +0100 Subject: [PATCH] Add pyxdg and pathlib to tox.ini testenv --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index c1556533a..1ee37c67e 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,8 @@ deps = pylast rarfile responses + pathlib + pyxdg commands = nosetests -v {posargs}