From 78919f3b2bfb8379fd8a1063e7185bccedd65cd7 Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt Date: Thu, 16 Jul 2020 22:17:10 +0900 Subject: [PATCH] condition --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d86e491..23b6871b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,9 @@ branches: jobs: exclude: - python: "3.6" - env: DEP= + env: DEP=[dev] - python: "3.7" - env: DEP= + env: DEP=[dev] before_install: - wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh