django-axes/tox.ini

24 lines
561 B
INI

[tox]
envlist =
py{27,34,35,36}-django-111
py{34,35,36}-django-20
py{35,36}-django-master
[testenv]
deps =
py27: mock
django-appconf
django-ipware
coveralls
django-111: Django>=1.11,<2.0
django-20: Django>=2.0,<2.1
django-master: https://github.com/django/django/archive/master.tar.gz
usedevelop = True
ignore_outcome =
django-master: True
commands =
coverage run -a --source=axes runtests.py -v2
coverage run -a --source=axes runtests.py -v2 cache
coverage report
setenv =
PYTHONDONTWRITEBYTECODE=1