Skip to content

Commit f90180d

Browse files
committed
Remove skipdist
In tox v4, "skipdist" together with "usedevelop" do not work: tox-dev/tox#2730 I do not understand why we use both options, since we do not lint the code with tox (or similar), so we actually need to install the package every time. Closes #123
1 parent 1b7c6c7 commit f90180d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[tox]
2-
skipsdist = true
32
usedevelop = true
43
envlist =
54
py{36,37,38,39,310}-dj32

0 commit comments

Comments
 (0)