From 50ac90d1e4af4b1e6ff2472a84bacc2f45414414 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Thu, 27 Aug 2015 17:19:18 +0200 Subject: - add license - flake8 in tox --- _test/test_base.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_test') diff --git a/_test/test_base.py b/_test/test_base.py index cd49d07..ef87b5d 100644 --- a/_test/test_base.py +++ b/_test/test_base.py @@ -2,11 +2,13 @@ from __future__ import print_function -import pytest +import pytest # QAOK + # default for tox stub is to Fail def test_base(): import ruamel with pytest.raises(ImportError): import ruamel.std + print(ruamel.std.__file__) # to suppress flake msg assert True -- cgit v1.2.1