7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-24 20:33:50 +00:00

use python 3 for travis checks

This commit is contained in:
Rene Pöschl 2019-03-24 09:35:33 +01:00 committed by GitHub
parent 2473e5c3aa
commit 6608cfb027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
language: python
python:
- "2.7"
- "3.6"
before_install:
- git clone --depth 1 https://github.com/KiCad/kicad-library-utils /home/travis/build/kicad-library-utils