Skip to content

Commit

Permalink
Make it look prettier in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 24, 2019
1 parent 3f9dbaf commit 8df575e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ jobs:
- TOXENV=pypy3-t41-c45
- stage: examples
python: '3.6'
script: cd examples/src-layout; tox -v
script: cd $TARGET; tox -v
env:
- TARGET=examples/src-layout
- stage: examples
python: '3.6'
script: cd examples/adhoc-layout; tox -v
script: cd $TARGET; tox -v
env:
- TARGET=examples/adhoc-layout
before_install:
- python --version
- uname -a
Expand Down
6 changes: 4 additions & 2 deletions ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
env:
- TOXENV={{ env }}{% if 'cover' in env %},report,coveralls,codecov{% endif -%}
{%- endfor %}{{ '' }}
{%- for kind in ['src', 'adhoc'] %}{{ '' }}
{%- for example in ['src', 'adhoc'] %}{{ '' }}
- stage: examples
python: '3.6'
script: cd examples/{{ kind }}-layout; tox -v
script: cd $TARGET; tox -v
env:
- TARGET=examples/{{ example }}-layout
{%- endfor %}{{ '' }}
before_install:
- python --version
Expand Down

0 comments on commit 8df575e

Please sign in to comment.