Skip to content

Commit

Permalink
Merge pull request beeware#389 from eliasdorneles/fail-fast-for-real
Browse files Browse the repository at this point in the history
Only run py.test if flake8 doesn't fail
  • Loading branch information
freakboy3742 authored Mar 6, 2017
2 parents 289c551 + 7f5a393 commit 1ed5dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ install:
- "pip install git+https://github.com/pybee/pytest-circleci"
- "pip install flake8"
script:
- flake8
- "py.test tests"
- flake8 && py.test tests

0 comments on commit 1ed5dae

Please sign in to comment.