Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-keeper committed Dec 6, 2015
1 parent b0f21c1 commit 00b892e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,33,34,35}-django{16,17,18,19}-backend{Basic, Allauth}
envlist = py{27,33,34,35}-django{16,17,18,19}-backend{'Basic', 'Allauth'}

[testenv]
deps =
Expand All @@ -14,11 +14,11 @@ commands =
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:allauth]
#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 00b892e

Please sign in to comment.