Skip to content

Commit

Permalink
Revert "allowed failures matrix"
Browse files Browse the repository at this point in the history
This reverts commit a80f69f
  • Loading branch information
Wooble committed May 15, 2019
1 parent c359a4c commit 8c73e88
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,19 @@ jobs:
dist: "xenial"
sudo: true
script: tox
- python: "3.6"
env: TOXENV=mutmut

matrix:
allow_failures:
- python: 3.6
env:
- TOXENV=lint
- TOXENV=mutmut
env: TOXENV=lint

deploy:
provider: pypi
user: Wooble
password:
secure: hCCjmC5IU/Ch5Ux1WpOwnI5/veifCQ4uTs7z6HL7tQaaFkLArGlTSKuAGTs8P753PlxJwTiLvjYRkjHt0Tzav6GoZ3TkU4/QHnd6JZLhOth9uTj7ENgW3kWJ1zwZU9acLqDub1jqXglJVUWk6Ave1UMkNLFfhSnLW+v4x8m94Ww=
on:
condition: "! $TOXENV =~ ^flake8|lint|manifest|mutmut$"
condition: "! $TOXENV =~ ^flake8|lint|manifest$"
tags: true
python: 3.6
distributions: "sdist bdist_wheel"

0 comments on commit 8c73e88

Please sign in to comment.