From 3f65c84eacfc7d64e1f20d03fb4af24283ab34dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fievet?= Date: Thu, 5 Jun 2014 16:55:26 +0200 Subject: Added tox support so it's easier to run test locally --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tox.ini (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..2dd6b67 --- /dev/null +++ b/tox.ini @@ -0,0 +1,9 @@ +[tox] +envlist = py26,py27,py33,py34,pypy + +[testenv] +commands = make test +deps = + colorama + pytest +whitelist_externals = make -- cgit v1.2.1