Skip to content

Commit fda7500

Browse files
committed
updated tox commands
1 parent 4ffe0c4 commit fda7500

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
@@ -8,8 +8,9 @@ deps=
88
-rrequirements.txt
99
tifffile
1010
pytest
11+
build
1112

1213
commands=
13-
python setup.py build_ext --inplace
14-
python setup.py install
14+
python -m build
15+
pip install .
1516
pytest {posargs:}

0 commit comments

Comments
 (0)