pythonic_bash_ci_0.27

This commit is contained in:
clanmills 2020-10-01 18:39:07 +01:00
parent 02b6990f00
commit e869dcf156
2 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,7 @@ install:
- ninja --version
- python -m pip install --upgrade pip
- pip3.exe install conan==1.24.1
- pip3.exe install lxml
- cd %APPVEYOR_BUILD_FOLDER%
before_build:

View File

@ -16,12 +16,14 @@ if [[ "$(uname -s)" == 'Linux' ]]; then
source conan/bin/activate
pip install conan==1.22.0
pip install codecov
pip install lxml
else
sudo pip3 install virtualenv
virtualenv conan
source conan/bin/activate
pip3 install conan==1.22.0
pip3 install codecov
pip3 install lxml
fi
conan --version