11[tox]
22envlist =
3- py{27, 35,36,37,38,39}-{local,integ,ddb,examples}-fast,
3+ py{35,36,37,38,39}-{local,integ,ddb,examples}-fast,
44 nocmk, sourcebuildcheck,
55 docs, bandit, doc8, readme,
66 flake8{,-tests,-examples}, pylint{,-tests,-examples},
@@ -117,15 +117,6 @@ recreate = True
117117deps =
118118commands = {toxinidir}/test/freeze-upstream-requirements.sh
119119
120- # Freeze for Python 2.7
121- [testenv:freeze-upstream-requirements-py27]
122- basepython = python2.7
123- sitepackages = {[testenv:freeze-upstream-requirements-base]sitepackages}
124- skip_install = {[testenv:freeze-upstream-requirements-base]skip_install}
125- recreate = {[testenv:freeze-upstream-requirements-base]recreate}
126- deps = {[testenv:freeze-upstream-requirements-base]deps}
127- commands = {[testenv:freeze-upstream-requirements-base]commands} test/upstream-requirements-py27.txt
128-
129120# Freeze for Python 3.7
130121[testenv:freeze-upstream-requirements-py37]
131122basepython = python3.7
@@ -142,15 +133,6 @@ recreate = True
142133passenv =
143134commands = {[testenv:base-command]commands} -m " local and not slow and not veryslow and not nope" --ignore =examples
144135
145- # Test frozen upstream requirements for Python 2.7
146- [testenv:test-upstream-requirements-py27]
147- basepython = python2.7
148- passenv =
149- deps = -rtest/upstream-requirements-py27.txt
150- sitepackages = {[testenv:test-upstream-requirements-base]sitepackages}
151- recreate = {[testenv:test-upstream-requirements-base]recreate}
152- commands = {[testenv:test-upstream-requirements-base]commands}
153-
154136# Test frozen upstream requirements for Python 3.7
155137[testenv:test-upstream-requirements-py37]
156138basepython = python3.7
@@ -201,17 +183,6 @@ commands =
201183 {posargs}
202184 {[testenv:mypy-coverage]commands}
203185
204- [testenv:mypy-py2]
205- basepython = python2.7
206- deps = {[testenv:mypy-common]deps}
207- commands =
208- python -m mypy \
209- --py2 \
210- --linecoverage-report build \
211- src/dynamodb_encryption_sdk/ \
212- {posargs}
213- {[testenv:mypy-coverage]commands}
214-
215186# Linters
216187[testenv:flake8]
217188basepython = python3
0 commit comments