From 876f11c1256f098f93293cc82a1bb74d0905b56a Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Fri, 18 Dec 2015 19:00:39 +0100 Subject: [PATCH] Build on osx --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23661dc0..fb9310b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ os: - osx -sudo: false language: python python: # We don't actually use the Travis Python, but this keeps it organized. - "3.4" before_install: - # Update - - pwd # Install and configure pyenv - ci/travis/before_install.sh -- GitLab