summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-10-05 08:41:17 -0400
committerJulian Berman <Julian@GrayVines.com>2019-10-05 08:41:17 -0400
commit0cb551ab5fe6001134a9aa0baf73e890f4d9b7e3 (patch)
treeaf6f2b0865aa1aa54cb8a94ae3bffd37d88098c7
parent28c762a4caa2d050b1e6daa83d99b567fbdf07d8 (diff)
downloadjsonschema-0cb551ab5fe6001134a9aa0baf73e890f4d9b7e3.tar.gz
Oh right that's why it was inconsistently named.
Because travis will run docs-style under pypy too because it matches 'style'. I can't even...
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 9612e3d..a33bd7f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -84,6 +84,7 @@ deps = detect-secrets
commands = {envbindir}/detect-secrets scan {toxinidir}
[testenv:style]
+basepython = pypy3
deps =
ebb-lint>=0.19.1.0
commands =
@@ -156,5 +157,5 @@ commands =
[travis]
python =
- pypy: pypy, readme, safety, secrets, style
- pypy3: pypy3, demo, docs
+ pypy: pypy, readme, safety, secrets
+ pypy3: pypy3, demo, docs, style