From b658b8cf232c1c04830bcd6a3dd6a40486da8fb2 Mon Sep 17 00:00:00 2001 From: Maciek Swiech Date: Mon, 1 Jun 2020 11:40:43 -0600 Subject: [PATCH] dont use deprecated sudo flag, specify os --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3912c12..e762dde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ -sudo: false +# travis does not offer python container for OSX or Windows, not sure if we can get automated testing? +os: linux language: python python: - "3.6"