Files

11 lines
301 B
Diff
Raw Permalink Normal View History

2020-02-27 13:39:06 -08:00
--- setup.py.orig 2020-02-27 23:24:57.000000000 -0800
+++ setup.py 2020-02-27 23:25:03.000000000 -0800
@@ -20,7 +20,3 @@
packages=['pygacode.test'],
ext_modules=[wrapper]
)
-
-# only run tests when installing
-if 'install' in sys.argv:
- from pygacode.test import test_install