summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-08-09 13:19:12 +0300
committerJulian Berman <Julian@GrayVines.com>2018-08-09 13:19:15 +0300
commitc9d4944c2946d13686bf8218925547b94517e737 (patch)
treecf70d0872581fe44782d15d6298d0b5249e2e4cf
parent952835b4a76b3db3fb04520f96b9e43dd8ebed02 (diff)
downloadjsonschema-c9d4944c2946d13686bf8218925547b94517e737.tar.gz
Whoops... this was doing nothing.
This is per testenv :/ so needs to go here. That also means the coverage config was correct before, so put it back (thanks to @nedbat).
-rw-r--r--.coveragerc7
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 7 deletions
diff --git a/.coveragerc b/.coveragerc
index 33e6172..0902c3c 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,10 +1,5 @@
# vim: filetype=dosini:
[run]
branch = True
-include = */site-packages/jsonschema/*
+source = jsonschema
omit = jsonschema/_reflect.py
-
-[paths]
-source =
- jsonschema/
- .tox/coverage/site-packages/jsonschema/
diff --git a/tox.ini b/tox.ini
index 3607341..e2117eb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,4 @@
[tox]
-changedir = {envtmpdir}
skipsdist = True
envlist =
py{27,34,35,36,py}-{build,safety,tests},
@@ -9,6 +8,7 @@ envlist =
style,
[testenv]
+changedir = {envtmpdir}
setenv =
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
whitelist_externals =