From 0d7458ee90d7f0511f1416fae1f6c79fb452d4cf Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Thu, 26 Nov 2020 08:08:59 +0530 Subject: [PATCH] per https://docs.travis-ci.com/user/languages/python/, Python builds are not available on the macOS --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ec41ac..c70b36c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python -os: osx +os: linux +dist: xenial cache: pip python: - 3.8