make: Default to Python 3

As with the tox change, it makes sense to test things against Python 3
by default now, seeing as that will be the only version supported in
Sphinx 2.0.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane 2018-06-20 19:11:20 +01:00
parent 93589a3572
commit 2a4827af4f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PYTHON ?= python PYTHON ?= python3
.PHONY: all .PHONY: all
all: clean-pyc clean-backupfiles style-check type-check test all: clean-pyc clean-backupfiles style-check type-check test

View File

@ -1,6 +1,6 @@
# Makefile for Sphinx documentation # Makefile for Sphinx documentation
# #
PYTHON ?= python PYTHON ?= python3
# You can set these variables from the command line. # You can set these variables from the command line.
SPHINXOPTS = SPHINXOPTS =