Skip to content

Commit af62646

Browse files
authored
Merge pull request #12 from scikit-build/update-scikit-ci-addons
ci: Improve MacOSX build time updating scikit-ci-addons
2 parents 4c9bb36 + 3378d08 commit af62646

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ matrix:
1111
- os: osx
1212
language: generic
1313
env:
14-
- PYTHONVERSION=3.5.2
14+
- PYTHON_VERSION=3.5.2
1515

1616
- os: osx
1717
language: generic
1818
env:
19-
- PYTHONVERSION=3.4.5
19+
- PYTHON_VERSION=3.4.5
2020

2121
- os: osx
2222
language: generic
2323
env:
24-
- PYTHONVERSION=3.3.6
24+
- PYTHON_VERSION=3.3.6
2525

2626
- os: osx
2727
language: generic
2828
env:
29-
- PYTHONVERSION=2.7.12
29+
- PYTHON_VERSION=2.7.12
3030

3131
cache:
3232
directories:
@@ -37,7 +37,7 @@ cache:
3737
- $HOME/downloads
3838

3939
before_install:
40-
- pip install scikit-ci==0.13.0 scikit-ci-addons==0.10.0
40+
- pip install scikit-ci==0.13.0 scikit-ci-addons==0.11.0
4141
- ci_addons --install ../addons
4242

4343
install:

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cache:
3636
- C:\\cmake-3.6.2
3737

3838
init:
39-
- python -m pip install scikit-ci==0.13.0 scikit-ci-addons==0.10.0
39+
- python -m pip install scikit-ci==0.13.0 scikit-ci-addons==0.11.0
4040
- python -m ci_addons --install ../addons
4141

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

circle.yml

+1-1
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.10.0
12+
- pip install scikit-ci-addons==0.11.0
1313
- ci_addons docker load-pull-save dockcross/manylinux-x64
1414
- ci_addons docker load-pull-save dockcross/manylinux-x86
1515

scikit-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
travis:
2020
osx:
2121
environment:
22-
PATH: $<HOME>/.pyenv/versions/$<PYTHONVERSION>/bin:$<PATH>
22+
PATH: $<HOME>/.pyenv/versions/$<PYTHON_VERSION>/bin:$<PATH>
2323
commands:
2424
- python ../addons/travis/install_pyenv.py
2525
- python ../addons/travis/install_cmake.py 3.6.2

0 commit comments

Comments
 (0)