Slightly simplify our conditionals

Test warnings by default
This commit is contained in:
Ian Cordasco 2015-03-07 20:21:58 -06:00
parent 59ae3dfec7
commit a6fc242c5e
5 changed files with 18 additions and 13 deletions

View file

@ -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