Run some tests separately

This commit is contained in:
Christian Long 2015-03-16 18:13:23 -05:00
parent 59d632e0bf
commit 7663dbd485
2 changed files with 153 additions and 5 deletions

View file

@ -7,9 +7,11 @@ envlist =
usedevelop = True
deps =
mock
nose
commands =
python setup.py test -q
python setup.py flake8
nosetests flake8.tests._test_warnings
[testenv:py27-flake8]
basepython = python2.7