mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
16 lines
255 B
INI
16 lines
255 B
INI
[tox]
|
|
toxworkdir=/tmp/tox/dpaste
|
|
envlist=
|
|
py{27,35}-django-{18,19}
|
|
|
|
[testenv]
|
|
install_command =
|
|
pip install {opts} {packages}
|
|
|
|
commands=
|
|
python runtests.py
|
|
|
|
deps=
|
|
# Django versions
|
|
django-18: django==1.8.*
|
|
django-19: django==1.9.*
|