Skip to content

Commit 9ebbdfb

Browse files
committed
ci: Update scikit-ci-addons to ensure 2.x and 3.x wheels are generated
This commit updates scikit-ci-addons from 0.9.0 to 0.10.0 to include fix making the check deciding if pyenv should be installed more robust. $ git shortlog 0.9.0..0.10.0 --no-merges Jean-Christophe Fillion-Robin (2): travis/install_pyenv: Refactor code introducing "_execute_script" function travis/install_pyenv: Check if pyenv python executable exists
1 parent 983343a commit 9ebbdfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cache:
3131
- $HOME/downloads
3232

3333
before_install:
34-
- pip install scikit-ci==0.12.0 scikit-ci-addons==0.9.0
34+
- pip install scikit-ci==0.12.0 scikit-ci-addons==0.10.0
3535
- ci_addons --install ../addons
3636

3737
install:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cache:
4040
- C:\\cmake-3.6.2
4141

4242
init:
43-
- python -m pip install scikit-ci==0.12.0 scikit-ci-addons==0.9.0
43+
- python -m pip install scikit-ci==0.12.0 scikit-ci-addons==0.10.0
4444
- python -m ci_addons --install ../addons
4545

4646
- ps: ../addons/appveyor/rolling-build.ps1

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
override:
1010
- curl -fsSL https://git.io/v2Ifs -o ~/bin/circleci-matrix
1111
- chmod +x ~/bin/circleci-matrix
12-
- pip install scikit-ci-addons==0.9.0
12+
- pip install scikit-ci-addons==0.10.0
1313
- ci_addons docker load-pull-save dockcross/manylinux-x64
1414
- ci_addons docker load-pull-save dockcross/manylinux-x86
1515

0 commit comments

Comments
 (0)