summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-07-28 00:12:05 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-07-28 01:12:55 -0700
commit28d9e16f10a87893813583cba5ca1da08ba83507 (patch)
tree9d6d624f964f4624a8490efc22089a7c4d55815e /tox.ini
parente3159f3ae0189d4a7c5a4b9ad46c0603fe239e08 (diff)
downloadpyeclib-28d9e16f10a87893813583cba5ca1da08ba83507.tar.gz
Add py27,py34 tox testenvs/Custom pep8 env
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 15 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5cee385..299f291 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,21 @@
[tox]
envlist = py27,py34
-[testenv]
-deps=
+[testenv:py27]
+deps =
nose
commands=
nosetests test/
+
+[testenv:py34]
+install_cmd = pip3 install nose
+deps =
+ nose
+commands =
+ nosetests3 test/
+
+[testenv:pep8]
+deps =
+ pep8
+commands =
+ pep8 pyeclib