Skip to content

Commit 1645a2a

Browse files
committed
ci: Update scikit-ci to include fix for multiline support
$ git shortlog 0.12.0..0.13.0 --no-merges Jean-Christophe Fillion-Robin (5): travis: Update PATH adding pyenv directory and remove need for $<RUN_ENV> docs/make_a_release: Re-order steps to account for use of versioneer docs/make_a_release: Ensure uploaded distributions are signed docs/make_a_release: Update reference to external documentation ci: Fix handling of multi-line cmd on posix
1 parent 2c39f67 commit 1645a2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ command:
1414
- |
1515
CI_ENV=`bash <(curl -s https://codecov.io/env)`
1616
DOCKER_ARGS="-e CI -e CIRCLECI -e MANYLINUX_PYTHON=$MANYLINUX_PYTHON -e GIRDER_TOKEN $CI_ENV"
17-
dockcross -a "$DOCKER_ARGS" bash -c "/opt/python/${MANYLINUX_PYTHON}/bin/pip install scikit-ci==0.12.0 && /opt/python/${MANYLINUX_PYTHON}/bin/ci --clear-cached-env"
17+
dockcross -a "$DOCKER_ARGS" bash -c "/opt/python/${MANYLINUX_PYTHON}/bin/pip install scikit-ci==0.13.0 && /opt/python/${MANYLINUX_PYTHON}/bin/ci --clear-cached-env"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cache:
3737
- $HOME/downloads
3838

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

4343
install:

appveyor.yml

Lines changed: 1 addition & 1 deletion
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.12.0 scikit-ci-addons==0.10.0
39+
- python -m pip install scikit-ci==0.13.0 scikit-ci-addons==0.10.0
4040
- python -m ci_addons --install ../addons
4141

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

0 commit comments

Comments
 (0)