0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 11:07:57 +01:00
wagtail/tox.ini
2014-04-24 15:19:43 +01:00

13 lines
172 B
INI

[tox]
envlist =
py27-dj16-postgres
[testenv]
commands=./runtests.py
[testenv:py27-dj16-postgres]
basepython=python2.7
deps =
Django>=1.6,<1.7
psycopg2==2.5.2