Skip to content

Commit

Permalink
allauth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-keeper committed Dec 6, 2015
1 parent 8eeff6a commit 4881ba5
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,24 @@ deps =
django17: Django<1.8
django18: Django<1.9
django19: Django<1.10

commands =
python -V
coverage run manage.py test invitations/tests/basic
coverage report

#[testenv:allauth]
#commands =
# python -V
# coverage run manage.py test invitations/tests/allauth --settings=test_allauth_settings
# coverage report
[testenv:*-backendAllauth]
deps =
pip install django-allauth
-rrequirements.txt
django16: Django<1.7
django17: Django<1.8
django18: Django<1.9
django19: Django<1.10

commands =
python -V
coverage run manage.py test invitations/tests/allauth --settings=test_allauth_settings
coverage report

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit 4881ba5

Please sign in to comment.