Skip to content

Commit 2171557

Browse files
author
Saurabh Kumar
committed
Remove pytest-flake8 plugin, use native cli
1 parent ef2ee9d commit 2171557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ install:
1212
- pip install -q -r requirements.txt
1313
- pip install --editable .
1414
script:
15-
- pytest -v --tb=native --cov --flake8
15+
- flake8 .
16+
- pytest -v --tb=native --cov
1617
after_success:
1718
- coveralls
1819
deploy:

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ sh>=1.09
44
bumpversion
55
wheel
66
pytest-cov
7-
pytest-flake8
87
click
98
ipython

0 commit comments

Comments
 (0)