Skip to content

Commit 0cb551a

Browse files
committed
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...
1 parent 28c762a commit 0cb551a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ deps = detect-secrets
8484
commands = {envbindir}/detect-secrets scan {toxinidir}
8585

8686
[testenv:style]
87+
basepython = pypy3
8788
deps =
8889
ebb-lint>=0.19.1.0
8990
commands =
@@ -156,5 +157,5 @@ commands =
156157

157158
[travis]
158159
python =
159-
pypy: pypy, readme, safety, secrets, style
160-
pypy3: pypy3, demo, docs
160+
pypy: pypy, readme, safety, secrets
161+
pypy3: pypy3, demo, docs, style

0 commit comments

Comments
 (0)