Skip to content

Commit

Permalink
make tox work with setuptools_rust
Browse files Browse the repository at this point in the history
added usedevelop=True to [testenv]
Following PyO3/setuptools-rust#3
  • Loading branch information
pattonw committed Mar 8, 2019
1 parent cf4d508 commit 404e4e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ deps = flake8
commands = flake8 pyn5

[testenv]
usedevelop =
True
setenv =
PYTHONPATH = {toxinidir}
deps =
Expand Down

0 comments on commit 404e4e1

Please sign in to comment.