Skip to content

Commit

Permalink
update setup.py to not package support for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Jul 11, 2014
1 parent 635778c commit d18dc70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
url="https://github.com/texastribune/django-object-actions",
packages=[
'django_object_actions',
# The following packages are only here to support testing.
'django_object_actions.tests',
'example_project',
],
include_package_data=True, # automatically include things from MANIFEST
license='Apache License, Version 2.0',
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ envlist =
py33django17,
py34django16,
py34django17,

downloadcache = {toxworkdir}/.cache
skipsdist = True

[testenv]
setenv =
PYTHONPATH = {toxinidir}
commands = {envpython} example_project/manage.py test django_object_actions
deps =
dj_database_url
Expand Down

0 comments on commit d18dc70

Please sign in to comment.