From dc8c8e957fd5e65f1c5e512e3b6b77d9fb42be75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 31 Jul 2019 15:28:08 +0200 Subject: [PATCH] Use an up to date conan package version again Last time it was fixed to a specific version because the `conan` and the `conan-package-tools` package that `pip install` would gather were not compatible, let's hope it won't happen again. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7dd7b07..cb77f2e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -276,7 +276,7 @@ matrix: - "3.7" dist: xenial install: - - pip install conan==1.10.2 conan-package-tools + - pip install conan conan-package-tools env: - CONAN_GCC_VERSIONS=8 - CONAN_DOCKER_IMAGE=conanio/gcc8