summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-07-28 22:28:12 +0000
committerTushar Gohad <tushar.gohad@intel.com>2015-07-28 22:29:14 +0000
commit7597d05fba8bc7c42d3b99aa99e24483aab83ba6 (patch)
treece08b3577da81f29b611ce888b0b413b91b642a6
parent12c79ebad1a858ebfda5eef4b8d150e5cc15f4c1 (diff)
downloadpyeclib-7597d05fba8bc7c42d3b99aa99e24483aab83ba6.tar.gz
Revert "Add py27,py34 tox testenvs/Custom pep8 env"
This reverts commit 28d9e16f10a87893813583cba5ca1da08ba83507.
-rw-r--r--tox.ini17
1 files 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