File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ matrix:
11
11
- os : osx
12
12
language : generic
13
13
env :
14
- - PYTHONVERSION =3.5.2
14
+ - PYTHON_VERSION =3.5.2
15
15
16
16
- os : osx
17
17
language : generic
18
18
env :
19
- - PYTHONVERSION =3.4.5
19
+ - PYTHON_VERSION =3.4.5
20
20
21
21
- os : osx
22
22
language : generic
23
23
env :
24
- - PYTHONVERSION =3.3.6
24
+ - PYTHON_VERSION =3.3.6
25
25
26
26
- os : osx
27
27
language : generic
28
28
env :
29
- - PYTHONVERSION =2.7.12
29
+ - PYTHON_VERSION =2.7.12
30
30
31
31
cache :
32
32
directories :
37
37
- $HOME/downloads
38
38
39
39
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
41
41
- ci_addons --install ../addons
42
42
43
43
install :
Original file line number Diff line number Diff line change 36
36
- C:\\cmake-3.6.2
37
37
38
38
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
40
40
- python -m ci_addons --install ../addons
41
41
42
42
- ps : ../addons/appveyor/rolling-build.ps1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
override :
10
10
- curl -fsSL https://git.io/v2Ifs -o ~/bin/circleci-matrix
11
11
- chmod +x ~/bin/circleci-matrix
12
- - pip install scikit-ci-addons==0.10 .0
12
+ - pip install scikit-ci-addons==0.11 .0
13
13
- ci_addons docker load-pull-save dockcross/manylinux-x64
14
14
- ci_addons docker load-pull-save dockcross/manylinux-x86
15
15
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ before_install:
19
19
travis :
20
20
osx :
21
21
environment :
22
- PATH : $<HOME>/.pyenv/versions/$<PYTHONVERSION >/bin:$<PATH>
22
+ PATH : $<HOME>/.pyenv/versions/$<PYTHON_VERSION >/bin:$<PATH>
23
23
commands :
24
24
- python ../addons/travis/install_pyenv.py
25
25
- python ../addons/travis/install_cmake.py 3.6.2
You can’t perform that action at this time.
0 commit comments