Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Surgo committed Sep 6, 2017
1 parent bfb88f6 commit c037e55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ deps =
-rrequirements/test-ci.txt

[testenv:isort]
commands = isort --check-only --recursive django_filters tests {posargs}
commands =
isort --check-only --recursive django_filters tests {posargs}
cat /home/travis/build/carltongibson/django-filter/.tox/isort/log/isort-3.log
deps = isort
allow-external = cat

[testenv:warnings]
ignore_outcome = True
Expand Down

0 comments on commit c037e55

Please sign in to comment.