Skip to content

Commit 6799ae5

Browse files
committed
Drop explicit basepython in tox config
We expect tox to be installed with python3
1 parent 2f7630f commit 6799ae5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,16 @@ usedevelop=True
1010
passenv=HOME TRAVIS DOCKER_CERT_PATH DOCKER_HOST DOCKER_TLS_VERIFY
1111

1212
[testenv:flake8]
13-
basepython=python3
1413
deps=hacking
1514
commands=flake8 {posargs:testinfra test}
1615

1716
[testenv:pylint]
18-
basepython=python3
1917
deps=
2018
pylint
2119
-rtest-requirements.txt
2220
commands=pylint {posargs:testinfra}
2321

2422
[testenv:sphinxdoc]
25-
basepython=python3
2623
deps=-rdev-requirements.txt
2724
commands=sphinx-build -W -b html doc/source doc/build
2825

0 commit comments

Comments
 (0)