Skip to content

Commit cf599fb

Browse files
authored
Fix coverage. (#537)
1 parent 524353b commit cf599fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ envlist = docs, test
44

55
[testenv]
66
passenv = CI
7-
package = wheel
7+
package = editable
88

99
[testenv:test]
1010
extras = all, test
1111
deps =
1212
pygraphviz;platform_system != "Windows"
13-
1413
commands =
1514
pytest --nbmake {posargs}
1615

17-
1816
[testenv:docs]
1917
extras = docs, test
2018
commands =

0 commit comments

Comments
 (0)