mirror of
https://github.com/godotengine/doc-status.git
synced 2026-01-04 10:09:48 +03:00
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:
@@ -4,7 +4,7 @@ dist: bionic
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 3.7.1
|
- 3.7
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_0.65.3_Linux-64bit.tar.gz
|
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_0.65.3_Linux-64bit.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user