Skip to content

Commit

Permalink
Remove pytest-flake8 plugin, use native cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Kumar committed Dec 25, 2017
1 parent c4e38c4 commit 584d20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ install:
- pip install -q -r requirements.txt
- pip install --editable .
script:
- pytest -v --tb=native --cov --flake8
- flake8 .
- pytest -v --tb=native --cov
after_success:
- coveralls
deploy:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ sh>=1.09
bumpversion
wheel
pytest-cov
pytest-flake8
click
ipython

0 comments on commit 584d20f

Please sign in to comment.