Skip to content

Commit

Permalink
Switch to more recent shippable.yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Sep 26, 2018
1 parent f9cde4f commit bfa4d95
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@ language: python
python:
- "2.7"
- "3.4"
- "pypy"
cache: true

before_install:
build:
ci:
- mkdir -p shippable/codecoverage

install:
- "pip install --index-url=https://pypi.python.org/simple/ requests"
- "pip install coverage"
- "python setup.py -q develop"

script:
- coverage run -p tests/acitoolkit_test.py
- coverage run -p tests/aciphysobject_test.py
- coverage run -p tests/acitoolkitlib_test.py

after_success:
- coverage combine
- coverage report --include=*acitoolkit*
- coverage xml -o shippable/codecoverage/coverage.xml --include=*acitoolkit*
- "pip install --index-url=https://pypi.python.org/simple/ requests"
- "pip install coverage"
- "python setup.py -q develop"
- coverage run -p tests/acitoolkit_test.py
- coverage run -p tests/aciphysobject_test.py
- coverage run -p tests/acitoolkitlib_test.py
on_success:
- coverage combine
- coverage report --include=*acitoolkit*
- coverage xml -o shippable/codecoverage/coverage.xml --include=*acitoolkit*

0 comments on commit bfa4d95

Please sign in to comment.