Skip to content

Commit a3d7a59

Browse files
committed
removing deprecated "examples" tox testenv
1 parent fc220fc commit a3d7a59

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tox.ini

-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ commands =
3737
all: pytest --cov aws_encryption_sdk -l {posargs}
3838
examples: pytest --cov examples/test/ -m examples -l {posargs}
3939

40-
# Examples
41-
[testenv:examples]
42-
basepython = python3
43-
commands =
44-
coverage run -m pytest \
45-
examples/test/
46-
4740
# Linters
4841
[testenv:flake8]
4942
basepython = python3

0 commit comments

Comments
 (0)