diff --git a/tox.ini b/tox.ini index 6c04c87..6639757 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,8 @@ deps = commands = python setup.py check -m -r -s flake8 --ignore=E226 . - pytest + pytest -m remote + pytest -m 'not integration' [flake8] exclude = .tox,*.egg,build,data,src