Skip to content
Snippets Groups Projects
Commit 2a37910f002a authored by Denis Laxalde's avatar Denis Laxalde
Browse files

[tox] No global site packages

parent 69cc58e87a3f
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
envlist = py27, flake8, check-manifest envlist = py27, flake8, check-manifest
[testenv] [testenv]
sitepackages = True
deps = pytest deps = pytest
commands = {envpython} -m pytest {posargs:{toxinidir}/test} commands = {envpython} -m pytest {posargs:{toxinidir}/test}
[testenv:flake8] [testenv:flake8]
skip_install = true skip_install = true
...@@ -6,10 +5,8 @@ ...@@ -6,10 +5,8 @@
deps = pytest deps = pytest
commands = {envpython} -m pytest {posargs:{toxinidir}/test} commands = {envpython} -m pytest {posargs:{toxinidir}/test}
[testenv:flake8] [testenv:flake8]
skip_install = true skip_install = true
whitelist_externals =
flake8
deps = deps =
flake8 flake8
commands = flake8 {toxinidir} commands = flake8 {toxinidir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment