From fa5489fee7a17d29c0f51ac16e47e9a8159c6049 Mon Sep 17 00:00:00 2001 From: memsharded Date: Mon, 6 May 2019 00:47:49 +0200 Subject: [PATCH] leave cmake travis-ci default, only appveyor cmake 3.7 --- .travis/run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis/run.sh b/.travis/run.sh index 7d01f47a..6c4cae9e 100644 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -8,6 +8,4 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then pyenv activate conan fi -conan install cmake_installer/3.7.2@conan/stable -g=virtualrunenv -source activate_run.sh nosetests . \ No newline at end of file