Skip to content

Commit

Permalink
Make tests ignore the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Aug 16, 2018
1 parent 7a80cc1 commit 3f839d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datadog_checks_dev/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ passenv =
DOCKER*
COMPOSE*
commands =
pytest -v
pytest -v tests

[testenv:flake8]
deps = flake8
commands = flake8 .

[flake8]
exclude = .eggs,.tox,build,compat.py,__init__.py
exclude = .eggs,.tox,build,compat.py,__init__.py,templates
max-line-length = 120

0 comments on commit 3f839d6

Please sign in to comment.