Skip to content

Commit

Permalink
more tox and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-keeper committed Dec 1, 2015
1 parent a02af73 commit c3b95b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
- TOX_ENV=py34-django17
- TOX_ENV=py34-django18
- TOX_ENV=py34-django19
- TOX_ENV=allauth
- TOX_ENV=flake8
matrix:
include:
Expand Down
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ commands =
coverage run manage.py test
coverage report

[testenv:allauth]
deps =
{[testenv]deps}
django-allauth

commands =
{[testenv]commands}

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

0 comments on commit c3b95b4

Please sign in to comment.