Skip to content

Commit

Permalink
use pytest-isort
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 15, 2016
1 parent 46b509d commit 3745d22
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
line_length=120

[Makefile]
indent_style = tab
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ isort:
lint:
python setup.py check -rms
flake8 arq/ tests/
./tests/isort_test.sh

.PHONY: test
test:
py.test --cov=arq && coverage combine
py.test --cov=arq --isort && coverage combine

.PHONY: .test-build-cov
.test-build-cov:
Expand Down
7 changes: 0 additions & 7 deletions tests/isort_test.sh

This file was deleted.

1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ghp-import
pep8
pytest
pytest-cov
pytest-isort
pytest-sugar
pytz
sphinx

0 comments on commit 3745d22

Please sign in to comment.