Skip to content

Commit

Permalink
tox: pass more envs and set usedevelop=true
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt authored and bluetech committed Apr 26, 2023
1 parent 4e039f3 commit 8ff949e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
envlist=py{37,38,39,310,311,pypy37},docs,linting
isolated_build = true
[testenv]
usedevelop=true
deps=
pytest
pytest-timeout
passenv = GITHUB_ACTIONS
passenv = GITHUB_ACTIONS, HOME, USER, XDG_*
commands=
python -m pytest {posargs:testing}

Expand Down

0 comments on commit 8ff949e

Please sign in to comment.