From e516206518ef3cab3a13b4aa32d3418bd847db29 Mon Sep 17 00:00:00 2001 From: ponty Date: Mon, 15 Feb 2016 16:17:33 +0100 Subject: [PATCH] tox --- tox.ini | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/tox.ini b/tox.ini index 1bca909..fd755de 100644 --- a/tox.ini +++ b/tox.ini @@ -1,35 +1,16 @@ [tox] -envlist = py26,py27,py32,py33 +envlist = py26,py27,py33,py34,py35 [testenv] -#setenv= -# PYTHONPATH= changedir=tests -commands= - python --version - nosetests -v test_core test_with +commands= nosetests -v . +# test_core test_with deps= nose - #pyscreenshot - #PIL - #wxPython - #pygtk - #pyqt - -[testenv:py25] -commands= - python --version - nosetests -v test_core - -[testenv:py26] - -[testenv:py27] - -[testenv:py31] - -[testenv:py32] - -[testenv:pypy] + pyscreenshot + pillow + entrypoint2 + path.py \ No newline at end of file