Merge pull request #498 from m-ildefons/wip/tox-ini-fixes

QoL: Fix tox.ini syntax and other minor things
This commit is contained in:
Casey Bodley 2023-03-05 10:06:56 -05:00 committed by GitHub
commit 359bde7e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -10,5 +10,6 @@
/*.egg-info
/virtualenv
/venv
config.yaml

View file

@ -12,3 +12,4 @@ pytz >=2011k
httplib2
lxml
pytest
tox

View file

@ -3,5 +3,7 @@ envlist = py
[testenv]
deps = -rrequirements.txt
passenv = S3TEST_CONF S3_USE_SIGV4
passenv =
S3TEST_CONF
S3_USE_SIGV4
commands = pytest {posargs}