diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 12:03:56 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 12:03:56 -0400 |
| commit | b5b3b2e8af0535361543d0307bf24b97b2699ba3 (patch) | |
| tree | fd1d1f42acc5d40428d62bf30600677a7e3204e7 /netlify.toml | |
| parent | 098562e1fd63835d92883d02331e11165df92d13 (diff) | |
| download | external_python_setuptools-b5b3b2e8af0535361543d0307bf24b97b2699ba3.tar.gz external_python_setuptools-b5b3b2e8af0535361543d0307bf24b97b2699ba3.tar.bz2 external_python_setuptools-b5b3b2e8af0535361543d0307bf24b97b2699ba3.zip | |
Emit the Python version
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index d08df89e..77bd5b50 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,4 +2,4 @@ [build] publish = "docs/build/html" - command = "(wget https://bootstrap.pypa.io/get-pip.py -O - | python3) && python3 -m pip install --use-pep517 tox && tox -e docs" + command = "python3 -V && (wget https://bootstrap.pypa.io/get-pip.py -O - | python3) && python3 -m pip install --use-pep517 tox && tox -e docs" |
