From 7feb2385df428f610a8b71f91126b933fc6a5bb3 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Sun, 19 Jan 2020 00:41:45 +0200 Subject: [PATCH] Remove OSs, slow travis build --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1409e76..ad51dc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: python dist: xenial os: - linux - - osx - - windows python: - 3.7 - 3.8