We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffe0c4 commit 71c61dbCopy full SHA for 71c61db
tox.ini
@@ -10,6 +10,6 @@ deps=
10
pytest
11
12
commands=
13
- python setup.py build_ext --inplace
14
- python setup.py install
+ python -m build
+ pip install .
15
pytest {posargs:}
0 commit comments