From 2aaa29feb620f6d61a9b08ef6ddbcb317f03fc45 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Fri, 20 Dec 2019 23:01:08 +0100 Subject: [PATCH] Fix typo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcf5a35..68d0b7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ matrix: include: - os: windows language: sh - python: '3.7' + python: '3.8' before_install: - choco install python3 - ln -s "/c/Python38/python.exe" "/c/Python38/python3.exe"