Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-keeper committed Dec 2, 2015
1 parent 79cf61d commit 795dc7b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ commands =
coverage run manage.py test
coverage report

[testenv:allauth]
deps =
-rrequirements.txt
django16: Django<1.7
django17: Django<1.8
django18: Django<1.9
django19: Django==1.9rc1

commands =
python -V
pip install django-allauth
coverage run manage.py test
coverage report

[testenv:flake8]
basepython=python
deps=flake8
Expand Down

0 comments on commit 795dc7b

Please sign in to comment.