Skip to content

Commit

Permalink
adding install commanf
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Mar 6, 2023
1 parent 000fdbf commit 3b2838f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ legacy_tox_ini = """
[tox]
envlist = py{36,37,38}
skipsdist=True
install_command = python -m pip install .
[testenv]
deps=
Expand All @@ -36,5 +37,5 @@ deps=
numpy==1.19.5
usedevelop=False
commands=
pip install . && pytest
python -m pytest
"""

0 comments on commit 3b2838f

Please sign in to comment.