Skip to content

Commit 5a544d4

Browse files
committed
tox.ini: usedevelop implies skipsdist
1 parent 15d6088 commit 5a544d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ commands = {[testenv:py27-trial]commands}
8181

8282
[testenv:docs]
8383
basepython = python3
84-
skipsdist = True
8584
usedevelop = True
8685
changedir = doc/en
8786
deps = -r{toxinidir}/doc/en/requirements.txt
@@ -135,7 +134,6 @@ commands =
135134
[testenv:release]
136135
decription = do a release, required posarg of the version number
137136
basepython = python3.6
138-
skipsdist = True
139137
usedevelop = True
140138
passenv = *
141139
deps =

0 commit comments

Comments
 (0)