Remove python install as we no longer use pygments

This commit is contained in:
Blake Bourque 2021-02-24 13:46:36 -05:00
parent 638db694dd
commit 495f65d884

View File

@ -4,9 +4,6 @@ go:
- 1.16 - 1.16
before_install: before_install:
# We need Python to run pygmentize for generating HTML.
- sudo apt-get update
- sudo apt-get install python
install: install:
- go mod download - go mod download