Skip to content

Commit

Permalink
Tox workaround for pip with Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed May 31, 2024
1 parent 0cca66f commit 3cbec8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ deps =
commands =
{envpython} -m unittest discover -s {toxinidir}/tests {posargs}

[testenv:py35]
setenv =
PIP_TRUSTED_HOST = "pypi.python.org pypi.org files.pythonhosted.org"

[testenv:el7]
basepython = python2.7
deps =
Expand Down

0 comments on commit 3cbec8c

Please sign in to comment.