django-authority/tox.ini
2016-05-11 14:49:30 +02:00

17 lines
294 B
INI

[tox]
skipsdist = True
usedevelop = True
minversion = 1.8
envlist =
py{27,33,34,35}-dj18
[testenv]
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5
usedevelop = true
commands = python example/manage.py test authority
deps =
dj18: Django<1.9