Skip to content

Commit

Permalink
Fix Python unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanmm-google committed Feb 12, 2016
1 parent ae33720 commit 603b076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def cython_extensions(package_names, module_names, extra_sources, include_dirs,
'setup_requires': SETUP_REQUIRES,
'cmdclass': COMMAND_CLASS,
'tests_require': TESTS_REQUIRE,
'test_suite': TEST_SUITE,
'test_loader': TEST_LOADER,
'test_runner': TEST_RUNNER,
}
Expand Down

0 comments on commit 603b076

Please sign in to comment.