Skip to content

Commit

Permalink
pybamm-team#1191 added numpy to tox deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Oct 16, 2020
1 parent f8e2e9a commit 208a6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ commands = python -m flake8

[testenv:coverage]
skip_install = true
deps = coverage
deps = coverage, numpy
commands = python -m coverage run run-tests.py --nosub

[testenv:docs]
Expand Down

0 comments on commit 208a6f0

Please sign in to comment.