Commit ad414af7 authored by Davis King's avatar Davis King

Made pytest ignore docs and dlib folders.

parent f6ea3397
......@@ -185,7 +185,7 @@ class PyTest(TestCommand):
def initialize_options(self):
TestCommand.initialize_options(self)
self.pytest_args = ''
self.pytest_args = '--ignore docs --ignore dlib'
def run_tests(self):
import shlex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment