Skip to content
Snippets Groups Projects
Commit 14807453 authored by mohanty's avatar mohanty
Browse files

Fix path references in the benchmarking and profiling tox configurrations

parent 78710e56
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,10 @@ whitelist_externals = sh
deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
changedir = {toxinidir}
commands =
python --version
python benchmarks/benchmark_all_examples.py
python {toxinidir}/benchmarks/benchmark_all_examples.py
[testenv:profiling]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
......@@ -110,8 +111,9 @@ conda_channels :
deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
changedir = {toxinidir}
commands =
python benchmarks/profile_all_examples.py
python {toxinidir}/benchmarks/profile_all_examples.py
[testenv:examples]
; TODO should examples be run with py36 and py37??
......
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