Skip to content

Commit

Permalink
update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Mar 26, 2024
1 parent 4decefa commit 36a9b99
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
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310}-test
py{38,39,310}-test
build_docs
codestyle
isolated_build = true
Expand All @@ -9,7 +9,7 @@ skip_missing_interpreters = True

[testenv]
# Pass through the following environemnt variables which may be needed for the CI
passenv = HOME WINDIR LC_ALL LC_CTYPE CC CI TRAVIS
passenv = HOME, WINDIR, LC_ALL, LC_CTYPE, CC, CI, TRAVIS

# Run the tests in a temporary directory to make sure that we don't import
# the package from the source tree
Expand Down

0 comments on commit 36a9b99

Please sign in to comment.