From 3f3a86562192bc8741238ff535e82c817dd0c7f3 Mon Sep 17 00:00:00 2001 From: thebigmunch Date: Sat, 13 Feb 2016 18:43:04 -0500 Subject: [PATCH] Add tox configuration --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..2f98516 --- /dev/null +++ b/tox.ini @@ -0,0 +1,6 @@ +[tox] +envlist = py34, py35 + +[testenv] +deps = pytest +commands = py.test {posargs:./gmusicapi_wrapper ./tests}