Skip to content

Commit

Permalink
avoid sharing bytecode between python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Nov 13, 2021
1 parent 7d6b1da commit 6bf1a7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ deps=
cover: coveralls~=3.2.0
coveralls: coveralls~=3.2.0

setenv=
PYTHONDONTWRITEBYTECODE=1

commands=
test: {posargs:{envbindir}/unit2}
cover: coverage erase
Expand Down

0 comments on commit 6bf1a7e

Please sign in to comment.