Commit 8344ec66 authored by Jason R. Coombs's avatar Jason R. Coombs

Try installing pip

parent a8f61a43
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
[build] [build]
publish = "docs/build/html" publish = "docs/build/html"
command = "python3 -m pip install tox && tox -e docs" command = "(wget https://bootstrap.pypa.io/get-pip.py -O - | python3) && python3 -m pip install 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