From 8672bcff047462535c46baeb4de7d703bf8e4511 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Sun, 15 Mar 2020 17:21:50 -0400 Subject: [PATCH] travis: We now need python 3.6. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4c54863f..0d0573877 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ sudo: false language: python -python: "2.7" +python: "3.6 install: - cd .. && git clone https://github.com/haikuports/haikuporter.git --depth=1 && cd haikuports - PATH=$PATH:../haikuporter && export PATH