Skip to content

Commit

Permalink
Trying to remove multiple runs on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaror committed Feb 14, 2018
1 parent 4a22566 commit 771e883
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ env:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
matrix:
- 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
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

before_install:
- python --version
Expand Down

0 comments on commit 771e883

Please sign in to comment.