Skip to content

Commit

Permalink
Merge pull request #498 from m-ildefons/wip/tox-ini-fixes
Browse files Browse the repository at this point in the history
QoL: Fix tox.ini syntax and other minor things
  • Loading branch information
cbodley authored Mar 5, 2023
2 parents 42aff3e + 3a0f1f0 commit 359bde7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@

/*.egg-info
/virtualenv
/venv

config.yaml
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ pytz >=2011k
httplib2
lxml
pytest
tox
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 359bde7

Please sign in to comment.