Skip to content
Snippets Groups Projects
Commit 298970f6 authored by ulif's avatar ulif
Browse files

flake8.

parent e10ef8fa
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class PyTest(TestCommand): ...@@ -19,7 +19,7 @@ class PyTest(TestCommand):
self.test_suite = True self.test_suite = True
def run_tests(self): def run_tests(self):
#import here, cause outside the eggs aren't loaded # import here, cause outside the eggs aren't loaded
import pytest import pytest
errno = pytest.main(self.pytest_args) errno = pytest.main(self.pytest_args)
sys.exit(errno) sys.exit(errno)
...@@ -59,7 +59,9 @@ setup( ...@@ -59,7 +59,9 @@ setup(
"Intended Audience :: System Administrators", "Intended Audience :: System Administrators",
"Topic :: Utilities", "Topic :: Utilities",
"Topic :: Security :: Cryptography", "Topic :: Security :: Cryptography",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", (
"License :: OSI Approved :: "
"GNU General Public License v3 or later (GPLv3+)"),
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 2", "Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment