From 90f61c9d4eef342dbfe3fe9f27309129a776e098 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 7 Oct 2019 01:35:44 +0300 Subject: [PATCH] Add multiple operating systems --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d1b926f..f0f118f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,16 @@ # Disable sudo to speed up the build sudo: false -# Set the build language to Python +# multiple operating systems +os: + - linux + - osx + - windows +# clone depth +git: + depth: 3 + + # Set the build language to Python language: python # Set the python version to 3.(6,7,8)