travis: We now need python 3.6.

This commit is contained in:
waddlesplash
2020-03-15 17:21:50 -04:00
committed by GitHub
parent c77570ff43
commit 8672bcff04

View File

@@ -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