summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 2 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index e360c25..b1dcb09 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
[tox]
envlist = py{27,33,34,35,36,py}, docs, style
-
[testenv]
setenv =
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
@@ -27,11 +26,11 @@ commands =
sh -c '{envbindir}/pip install --quiet --upgrade --force-reinstall {envtmpdir}/sdist/jsonschema*.zip'
deps =
-e{toxinidir}[format]
+ -r{toxinidir}/test-requirements.txt
py{27,35,py,py3},coverage: twisted
coverage: coverage
-
- py{27,py,py3},coverage: mock
+ perf: perf
py{27,35}: lxml
py{27,35,py}: sphinx
@@ -55,9 +54,6 @@ commands =
[testenv:perf]
basepython = pypy
-deps =
- -e{toxinidir}[format]
- perf
commands =
{envpython} {toxinidir}/benchmarks/test_suite.py