Skip to content

Commit

Permalink
update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Jul 27, 2021
1 parent e765f52 commit d67a6d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
scipy
meshio
quadpy
quadpy
numba
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ install_requires =
scipy
meshio
quadpy
numba
python_requires = >=3.6
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ isolated_build = True
[testenv]
deps =
pytest
pytest-codeblocks
pytest-cov
extras = all
commands =
pytest {posargs} --codeblocks
pytest {posargs}

0 comments on commit d67a6d1

Please sign in to comment.