Skip to content

Commit

Permalink
Simplify lint tox command
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 18, 2020
1 parent 13fe59d commit 6d9c6d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ commands =
basepython: python3.8
recreate = True
deps =
-e {toxinidir}/opentelemetry-api
-e {toxinidir}/opentelemetry-sdk
-c dev-requirements.txt
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc
asgiref
pylint
flake8
Expand All @@ -150,6 +147,7 @@ deps =

commands_pre =
python scripts/eachdist.py install --editable --with-test-deps
pip install -e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc

commands =
python scripts/eachdist.py lint --check-only
Expand Down

0 comments on commit 6d9c6d2

Please sign in to comment.