Skip to content

Commit

Permalink
More trvis
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaror committed Feb 14, 2018
1 parent 771e883 commit 48d5fe8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ python:
- "3.5"
- "3.6"
env:
global:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
matrix:
include:
- python: 3.6
env: TOXENV=check
- python: 3.6
env: TOXENV=docs
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36,codecov
TOXENV=py

matrix:
fast_finish: true
include:
- python: 3.6
env: TOXENV=check
- python: 3.6
env: TOXENV=docs

before_install:
- python --version
Expand All @@ -42,3 +38,7 @@ notifications:
email:
on_success: never
on_failure: always


after_success:
- if [[ $TOXENV == "py" ]]; then tox -e codecov; fi

0 comments on commit 48d5fe8

Please sign in to comment.