We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e0a9a commit d1626d6Copy full SHA for d1626d6
Makefile
@@ -57,6 +57,7 @@ release-test-39:
57
python3.9 -m venv ${p39dir} && \
58
. ${p39dir}/bin/activate && \
59
pip3.9 install dist/troposphere-$${ver}-py3-none-any.whl && \
60
+ python -c 'import troposphere; print(troposphere.__version__)' && \
61
deactivate && \
62
rm -rf ${p39dir}
63
0 commit comments