Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Fix tests (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
samj1912 committed May 17, 2021
1 parent 8d8b319 commit 6bb0355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ envlist = {py36,py37,py38,py39}-{tests,install},docs,install,py36-docs
download = true
# Make sure reading the UTF-8 from test.py works regardless of the locale used.
setenv =
LANG=C
LC_ALL=C
LC_ALL=C.UTF-8
LANG=C.UTF-8
# To pass arguments to py.test, use `tox [options] -- [pytest posargs]`.
commands =
py.test --pep8 --cache-clear -vv src/tests {posargs}
Expand Down

0 comments on commit 6bb0355

Please sign in to comment.