aboutsummaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-07 17:05:59 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-03-07 17:06:21 -0500
commita8f61a435ebc10638889b4be086254e525314bb2 (patch)
tree7914fa7da9b490a094a818c8d0af5d44d40abccd /netlify.toml
parent8a821dd9f2c2aa2b059543e86ede2cb0b4daae5c (diff)
downloadexternal_python_setuptools-a8f61a435ebc10638889b4be086254e525314bb2.tar.gz
external_python_setuptools-a8f61a435ebc10638889b4be086254e525314bb2.tar.bz2
external_python_setuptools-a8f61a435ebc10638889b4be086254e525314bb2.zip
Try building docs with python3. Ref #1992.
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index ec21e7be..aa84fe00 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,4 +2,4 @@
[build]
publish = "docs/build/html"
- command = "pip install tox && tox -e docs"
+ command = "python3 -m pip install tox && tox -e docs"