From 2989526cc7f9fdc9b6ab7214eec971c94ce0fffc Mon Sep 17 00:00:00 2001 From: wuzewu Date: Thu, 28 May 2020 10:50:52 +0800 Subject: [PATCH] update ci config in macos --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b9308b02..c8362d6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ jobs: - name: "CI on MacOS/Python3.6" os: osx language: shell + env: TRAVIS_PYTHON_VERSION=3.6 - name: "CI on Linux/Python3.6" os: linux python: 3.6 -- GitLab