Different minor fixes (#551)

* Use unix line endings
* Make flake8 happy
This commit is contained in:
Alexander Kukushkin
2017-11-02 16:24:17 +01:00
committed by GitHub
parent 7c000f1519
commit 8e3511ca6b
10 changed files with 168 additions and 168 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class PyTest(TestCommand):
def run_tests(self):
try:
import pytest
except:
except Exception:
raise RuntimeError('py.test is not installed, run: pip install pytest')
params = {'args': self.test_args}
if self.cov: