Commit 098562e1 authored by Jason R. Coombs's avatar Jason R. Coombs

Use pep517 to avoid bb://pypa/distlib#136.

parent 8344ec66
......@@ -2,4 +2,4 @@
[build]
publish = "docs/build/html"
command = "(wget https://bootstrap.pypa.io/get-pip.py -O - | python3) && python3 -m pip install tox && tox -e docs"
command = "(wget https://bootstrap.pypa.io/get-pip.py -O - | python3) && python3 -m pip install --use-pep517 tox && tox -e docs"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment