Skip to content
Snippets Groups Projects
Commit 1efb38e8 authored by adrian_egli2's avatar adrian_egli2
Browse files

build fix in the tox

parent 0b1434e2
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ max-line-length = 120
ignore = E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W505
[testenv:flake8]
basepython = python
basepython = python3.6
passenv = DISPLAY
deps =
-r{toxinidir}/requirements_dev.txt
......@@ -74,7 +74,7 @@ whitelist_externals = sh
deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
changedir = {toxinidir}
changedir = {toxinidir}
commands =
python --version
python {toxinidir}/benchmarks/benchmark_all_examples.py
......@@ -97,7 +97,7 @@ conda_channels :
deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
changedir = {toxinidir}
changedir = {toxinidir}
commands =
python {toxinidir}/benchmarks/profile_all_examples.py
......@@ -136,7 +136,7 @@ passenv =
; HTTP_PROXY+HTTPS_PROXY required behind corporate proxies
HTTP_PROXY
HTTPS_PROXY
whitelist_externals = sh
whitelist_externals = sh
bash
pwd
deps =
......
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