Skip to content

Commit

Permalink
only run pytest if flake8 doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdorneles committed Mar 5, 2017
1 parent db7bb32 commit 7f5a393
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 7f5a393

Please sign in to comment.