Skip to content

Commit

Permalink
Anther trivis attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaror committed Feb 14, 2018
1 parent 162e937 commit 4a22566
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ env:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
matrix:
- TOXENV=check
- TOXENV=docs
- 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=py35,codecov
- TOXENV=py36,codecov
before_install:
- python --version
- uname -a
Expand Down

0 comments on commit 4a22566

Please sign in to comment.