summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Krotscheck <krotscheck@gmail.com>2015-06-26 14:30:00 -0700
committerMichael Krotscheck <krotscheck@gmail.com>2015-07-01 09:11:21 -0700
commiteff59ac2dda578639c65c45bf0d33a30c37ceb18 (patch)
tree8e8beec78118ff98d57eb131ac11a5bd2e9a0391 /tox.ini
parent849c3cc5d7bbab06299e37620795ac5e9dc9a427 (diff)
downloadhorizon-eff59ac2dda578639c65c45bf0d33a30c37ceb18.tar.gz
Removed JSHint
JSHint is being deprecated by the Horizon project. This removes all references, commands, and documentation related to this tool. The patch depends on the deactivation patch for jshint in infra. Change-Id: I1a799f39023e0598a58d912a4288300ec8340dd9 Depends-on: Ifb59af36ae37926133769c655e54f4c2e1edf095 Partially-Implements: blueprint jscs-cleanup
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 3e424f925..de75a7239 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,12 +44,6 @@ commands = pip install django>=1.5,<1.6
basepython = python2.7
commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs}
-[testenv:jshint]
-passenv = *
-commands = nodeenv -p
- npm install jshint -g
- /bin/bash run_tests.sh -N --jshint
-
[testenv:eslint]
passenv = *
commands = nodeenv -p