diff --git a/jarvis/__init__.py b/jarvis/__init__.py index f2e6522c..aae434fd 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -10,4 +10,4 @@ def test(*args): import pytest path = os.path.join(os.path.split(__file__)[0], "tests") - pytest.main(args=[path] + list(args)) \ No newline at end of file + pytest.main(args=[path] + list(args)) diff --git a/setup.py b/setup.py index 2f5f2c25..a20a226e 100644 --- a/setup.py +++ b/setup.py @@ -86,4 +86,4 @@ "Topic :: Scientific/Engineering", ], # scripts=glob.glob(os.path.join(JARVIS_DIR, "*")) -) \ No newline at end of file +)