Skip to content

Commit df08502

Browse files
committed
chore(tox): update stubgen's output location
1 parent 6bf39e5 commit df08502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ skip_install = true
2828
deps =
2929
mypy[python2]@ git+https://github.com/coatl-dev/mypy.git@v0.971
3030
commands =
31-
stubgen --export-less --output=..{/}stubs{/}stubs src
31+
stubgen --export-less --output=stubs{/}stubs src
3232

3333
[testenv:style]
3434
description = apply style

0 commit comments

Comments
 (0)