From de3d89a631acbb52bb2fb2ba2d0f89e492069b5d Mon Sep 17 00:00:00 2001 From: cytopia Date: Mon, 26 Dec 2016 15:32:35 +0100 Subject: [PATCH] Test Linux only --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3396d359..84cc7ce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ language: python ### ### Define Operating Systems ### -os: - - linux - #- osx +#os: +# - linux +# #- osx ###