Skip to content

Commit

Permalink
Fix wrong dependency order for tracecontext in tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Nov 26, 2019
1 parent f216836 commit cf7e685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ commands_pre =
pip install -e {toxinidir}/opentelemetry-api \
-e {toxinidir}/opentelemetry-sdk \
-e {toxinidir}/ext/opentelemetry-ext-http-requests \
-e {toxinidir}/ext/opentelemetry-ext-flask \
-e {toxinidir}/ext/opentelemetry-ext-wsgi
-e {toxinidir}/ext/opentelemetry-ext-wsgi \
-e {toxinidir}/ext/opentelemetry-ext-flask

commands =
{toxinidir}/scripts/tracecontext-integration-test.sh

0 comments on commit cf7e685

Please sign in to comment.