mirror of
https://github.com/godotengine/doc-status.git
synced 2025-12-31 13:48:23 +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
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user