File tree 1 file changed +17
-0
lines changed 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ envlist =
12
12
# linters :: Runs all linters over all source code.
13
13
# linters-tests :: Runs all linters over all tests.
14
14
15
+ # Operational helper environments:
16
+ # docs :: Builds Sphinx documentation.
17
+ # serve-docs :: Starts local webserver to serve built documentation.
18
+ # park :: Builds name-parking packages using pypi-parker.
19
+ # build :: Builds source and wheel dist files.
20
+ # test-release :: Builds dist files and uploads to testpypi pypirc profile.
21
+ # release :: Builds dist files and uploads to pypi pypirc profile.
22
+
15
23
[testenv:base-command]
16
24
commands = pytest --basetemp ={envtmpdir} -l --cov dynamodb_encryption_sdk {posargs}
17
25
@@ -231,6 +239,15 @@ deps =
231
239
commands =
232
240
python -m http.server {posargs}
233
241
242
+ # Release tooling
243
+ [testenv:park]
244
+ basepython = python3.6
245
+ skip_install = true
246
+ deps =
247
+ pypi-parker
248
+ setuptools
249
+ commands = python setup.py park
250
+
234
251
# Release tooling
235
252
[testenv:build]
236
253
basepython = python3
You can’t perform that action at this time.
0 commit comments