Skip to content

Commit

Permalink
Added tests_require and updated ignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Apr 28, 2011
1 parent b80a490 commit e2d294e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -5,3 +5,5 @@ build/*
HGREV
.project
.pydevproject
.tox/
Django-*.egg
3 changes: 2 additions & 1 deletion .hgignore
@@ -1,8 +1,9 @@
^dist/
^django_markitup.egg-info/
^django_markitup\.egg-info/
^build/
.pyc$
^HGREV$
^\.project$
^\.pydevproject$
^\.tox/
^Django-.*\.egg$
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -54,6 +54,7 @@ def _static_files(prefix):
],
zip_safe=False,
test_suite='runtests.runtests',
tests_require='Django>=1.1',
package_data={'markitup': ['templates/markitup/*.html'] +
_static_files('media') +
_static_files('static')}
Expand Down

0 comments on commit e2d294e

Please sign in to comment.