travis-ci: python 3.7

This commit is contained in:
Jérôme Duval
2020-12-12 15:29:45 +01:00
committed by GitHub
parent 58715b3194
commit 3877e4be65

View File

@@ -1,6 +1,6 @@
sudo: false
language: python
python: "3.6"
python: "3.7"
install:
- cd .. && git clone https://github.com/haikuports/haikuporter.git --depth=1 && cd haikuports
- PATH=$PATH:../haikuporter && export PATH