Skip to content

Commit

Permalink
Merge pull request #9 from scikit-build/update-to-scikit-ci-0.7.0
Browse files Browse the repository at this point in the history
scikit-ci: Simpler config relying on automatic execution of dependent steps
  • Loading branch information
jcfr committed Oct 28, 2016
2 parents 0f3baf5 + 45bcf9f commit e6d539a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,11 @@ cache:
- $HOME/.pyenv/versions/3.3.6
- $HOME/.pyenv/versions/2.7.12

before_install:
- pip install -U scikit-ci==0.5.0

install:
- ci before_install
- pip install scikit-ci==0.7.0
- ci install

script:
- ci before_build
- ci build
- ci test

after_success:
Expand Down
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,12 @@ environment:
cache:
- C:\\cmake-3.6.2

init:
- python -m pip install -U scikit-ci==0.5.0

install:
- ps: appveyor/rolling-build.ps1
- python -m ci before_install
- python -m pip install scikit-ci==0.7.0
- python -m ci install

build_script:
- python -m ci before_build
- python -m ci build

test_script:
Expand Down
5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ machine:

dependencies:
override:
- pip install -U scikit-ci==0.5.0
- ci before_install
- pip install scikit-ci==0.7.0
- ci install

test:
override:
- ci before_build
- ci build
- ci test

deployment:
Expand Down

0 comments on commit e6d539a

Please sign in to comment.