Browse Source

Run tests in build directory

pull/280/head
Stéphane Jourdois 9 years ago
parent
commit
10bc308c03
  1. 2
      setup.py

2
setup.py

@ -28,7 +28,7 @@ from setuptools.command.test import test as TestCommand
class PyTest(TestCommand): class PyTest(TestCommand):
def finalize_options(self): def finalize_options(self):
TestCommand.finalize_options(self) TestCommand.finalize_options(self)
self.test_args = [] self.test_args = ['-x', 'build/lib/pygal']
self.test_suite = True self.test_suite = True
def run_tests(self): def run_tests(self):

Loading…
Cancel
Save