Skip to content

Commit

Permalink
move tests under package
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Oct 1, 2013
1 parent cd4d3ff commit e261f15
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
url="https://github.com/texastribune/django-object-actions",
packages=[
'django_object_actions',
# The following package is only to support tests.
# The following packages are only here to support testing.
'django_object_actions.tests',
'example_project',
],
include_package_data=True, # automatically include things from MANIFEST
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist = django14,django15
downloadcache = {toxworkdir}/.cache

[testenv]
commands = python example_project/manage.py test test_app
commands = python example_project/manage.py test django_object_actions
deps =
dj_database_url
django-extensions>=0.9
Expand Down

0 comments on commit e261f15

Please sign in to comment.