From 36daaa7631d02a9e5e1c2d1274a24713b94a3670 Mon Sep 17 00:00:00 2001 From: wuzewu Date: Mon, 23 Dec 2019 14:53:43 +0800 Subject: [PATCH] Fix ci issue --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ace9fb7..b9308b02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,6 @@ jobs: os: linux python: 3.6 script: /bin/bash ./scripts/check_code_style.sh - - name: "CI on Linux/Python3.5" - os: linux - python: 3.5 - - name: "CI on Linux/Python2.7" - os: linux - python: 2.7 env: - PYTHONPATH=${PWD} -- GitLab