Travis CI: Specify minor Python version only

While less predictable, this ensures a bundled Python version is always
used to avoid downloading it every time.
This commit is contained in:
Hugo Locurcio
2020-02-26 22:13:07 +01:00
parent 44b4cf8751
commit 43e4a7ac2d

View File

@@ -4,7 +4,7 @@ dist: bionic
language: python
python:
- 3.7.1
- 3.7
install:
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_0.65.3_Linux-64bit.tar.gz