Skip to content

Commit 71c61db

Browse files
committed
updated tox commands
1 parent 4ffe0c4 commit 71c61db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ deps=
1010
pytest
1111

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

0 commit comments

Comments
 (0)