summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 295afb5..ad798d7 100755
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ class PyTest(Command):
25 def run(self): 25 def run(self):
26 os.chdir('test') 26 os.chdir('test')
27 import test 27 import test
28 test.test.set_local()
28 test.test.run_all_tests() 29 test.test.run_all_tests()
29 30
30setup( 31setup(