File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
3131cache :
3232 directories :
3737 - $HOME/downloads
3838
3939before_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
4343install :
Original file line number Diff line number Diff line change 3636 - C:\\cmake-3.6.2
3737
3838init :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments