Skip to content

Commit a09a6c0

Browse files
committed
Move isort to fussyfox
1 parent 37676d7 commit a09a6c0

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## list of checks you would like to run on this repository
2-
# e.g.:
31
- bandit
42
- flake8
53
- pydocstyle
4+
- isort

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ env:
2121
- DJANGO=20
2222
- DJANGO=21
2323
- DJANGO=master
24-
- TOXENV=qa
2524
matrix:
2625
fast_finish: true
2726
allow_failures:

tox.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36}-dj{111,20,21,master},qa
2+
envlist = py{36}-dj{111,20,21,master}
33
[testenv]
44
setenv=
55
DISPLAY=:99.0
@@ -15,10 +15,3 @@ commands=
1515
--basetemp={envtmpdir} \
1616
--ignore=.tox,.eggs \
1717
{posargs}
18-
19-
[testenv:qa]
20-
changedir={toxinidir}
21-
deps=
22-
-rrequirements-dev.txt
23-
commands=
24-
isort --check-only --recursive --diff {posargs}

0 commit comments

Comments
 (0)