mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Remove unneeded pass_env in tox config
I don't recall us ever using Travis so I'm not sure why this is here. https://tox.wiki/en/latest/changelog.html#v4-0-6-2022-12-10
This commit is contained in:
@@ -9,7 +9,6 @@ skip_missing_interpreters = true
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3.9
|
basepython = python3.9
|
||||||
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}:.
|
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}:.
|
||||||
deps =
|
deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user