Skip to content

Commit

Permalink
Refines installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwade committed May 16, 2018
1 parent 44efbc6 commit 266b26e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion savu/__init__.py
Expand Up @@ -56,5 +56,5 @@ def run_tests():

suite = \
unittest.TestLoader().loadTestsFromTestCase(TomoPipelinePreviewTest)
unittest.TextTestRunner(verbosity=2, buffer=True).run(suite)
unittest.TextTestRunner(verbosity=1, buffer=True).run(suite)
print("Test complete...")
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -119,7 +119,8 @@ def _get_packages():
'data/i12_test_data/*',
'data/I18_test_data/*',
'data/image_test/*',
'data/image_test/tiffs/*'],
'data/image_test/tiffs/*',
'data/full_field_corrected/*'],
'lib': ['*.so'],
'system_files': [
facility + '/*',
Expand Down

0 comments on commit 266b26e

Please sign in to comment.