From 7597d05fba8bc7c42d3b99aa99e24483aab83ba6 Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Tue, 28 Jul 2015 22:28:12 +0000 Subject: Revert "Add py27,py34 tox testenvs/Custom pep8 env" This reverts commit 28d9e16f10a87893813583cba5ca1da08ba83507. --- tox.ini | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/tox.ini b/tox.ini index 299f291..5cee385 100644 --- a/tox.ini +++ b/tox.ini @@ -1,21 +1,8 @@ [tox] envlist = py27,py34 -[testenv:py27] -deps = +[testenv] +deps= nose commands= nosetests test/ - -[testenv:py34] -install_cmd = pip3 install nose -deps = - nose -commands = - nosetests3 test/ - -[testenv:pep8] -deps = - pep8 -commands = - pep8 pyeclib -- cgit v1.2.1