Skip to content

Commit

Permalink
Merge pull request postmanlabs#410 from kennethreitz/bug/403
Browse files Browse the repository at this point in the history
Limit python setup.py test to our tests
  • Loading branch information
kennethreitz authored Dec 18, 2017
2 parents 6853740 + 89174be commit 5ecbe0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'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=[
Expand Down

0 comments on commit 5ecbe0b

Please sign in to comment.