Merge pull request #410 from kennethreitz/bug/403

Limit python setup.py test to our tests
This commit is contained in:
2017-12-18 11:07:26 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
include README.rst LICENSE AUTHORS requirements.txt
include README.rst LICENSE AUTHORS requirements.txt test_httpbin.py
recursive-include httpbin/templates *
+1
View File
@@ -30,6 +30,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
],
test_suite="test_httpbin",
packages=find_packages(),
include_package_data = True, # include files listed in MANIFEST.in
install_requires=[