mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
13 lines
172 B
INI
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
|