mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +00:00
Slightly simplify our conditionals
Test warnings by default
This commit is contained in:
parent
59ae3dfec7
commit
a6fc242c5e
5 changed files with 18 additions and 13 deletions
2
tox.ini
2
tox.ini
|
|
@ -6,12 +6,10 @@ envlist =
|
|||
[testenv]
|
||||
usedevelop = True
|
||||
deps =
|
||||
nose
|
||||
mock
|
||||
commands =
|
||||
python setup.py test -q
|
||||
python setup.py flake8
|
||||
nosetests flake8.tests._test_warnings
|
||||
|
||||
[testenv:py27-flake8]
|
||||
basepython = python2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue