Skip to content

Commit

Permalink
Update tox.ini and MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wright committed Mar 13, 2014
1 parent f3014d0 commit 4b58a00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 6 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
include CHANGES LICENSE
recursive-include tests *.py
include README.rst
include requirements.txt
include requirements-dev.txt
include tox.ini
recursive-include flask_security/templates *.*
recursive-include tests *
recursive-exclude tests/__pycache__ *
10 changes: 3 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ envlist = py26, py27, py33, pypy

[testenv]
deps =
nose
simplejson
Flask-SQLAlchemy
Flask-MongoEngine
Flask-Peewee
bcrypt
-r{toxinidir}/requirements-dev.txt

commands = nosetests -xs []
commands =
python setup.py test

0 comments on commit 4b58a00

Please sign in to comment.