Skip to content

Commit

Permalink
CI: Update conan version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piponazo committed Nov 6, 2018
1 parent b07c480 commit 8026e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -66,7 +66,7 @@ before_build:
- cmd: cd envs
- cmd: python -m virtualenv conan
- cmd: conan/Scripts/activate
- cmd: python -m pip install conan==1.6.1
- cmd: python -m pip install conan==1.9.0
- cmd: cd ..
- cmd: conan --version
- cmd: conan remote add conan-bincrafters https://api.bintray.com/conan/bincrafters/public-conan
Expand Down
2 changes: 1 addition & 1 deletion ci/install.sh
Expand Up @@ -31,7 +31,7 @@ fi

python --version
pip install urllib3[secure] -U #Should solve SSL issues
pip install conan==1.6.1
pip install conan==1.9.0
pip install codecov
conan --version
conan config set storage.path=~/conanData
Expand Down

0 comments on commit 8026e39

Please sign in to comment.