From 4136853e769a68992254ef59c865d7fd7b11f53c Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Thu, 3 Jan 2019 14:57:50 +0100 Subject: [PATCH] And so the Travis dance begins --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index c27c171..344eb1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,12 @@ compiler: - clang - gcc cache: pip +python: 3 + +addons: + apt: + packages: + - python3 install: - pip install -f tools/requirements.txt