diff --git a/pytest.ini b/pytest.ini index 258cfb7c..87226211 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -python_files = test*.py \ No newline at end of file +python_files = test*.py diff --git a/tox.ini b/tox.ini index ecd9f5e9..8493648a 100644 --- a/tox.ini +++ b/tox.ini @@ -9,4 +9,4 @@ envlist = py26, py27, py32 [testenv] commands = py.test deps = - pytest \ No newline at end of file + pytest