django-axes/tox.ini
Nick Pope 60c88aa47f Test against Python 3.4
As discussed in #264.
2017-11-23 13:11:14 +00:00

22 lines
489 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
coveralls
django-111: Django>=1.11,<2.0
django-20: Django>=2.0a1,<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 report
setenv =
PYTHONDONTWRITEBYTECODE=1