summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2015-12-30 13:12:39 +0100
committerjvoisin2015-12-30 15:11:37 +0100
commit3ac3f353c64d406aa2fa46c5c9841346408e1e01 (patch)
tree562f27ff88253c693d4adc3acfe82693737c78a4 /setup.py
parentb9d66ed2e07d0a40161c88d0ba52d59ac601c76e (diff)
Hopefully make test suite work once copied out of the build tree
This should fix https://labs.riseup.net/code/issues/10065
Diffstat (limited to '')
-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(