django-multiselectfield/tox.ini

177 lines
2.9 KiB
INI
Raw Normal View History

2013-11-26 18:20:19 +00:00
[tox]
2017-01-02 02:45:09 +00:00
envlist = py26-dj14,py26-dj15,py26-dj16,py27-dj14,py27-dj15,py27-dj16,py27-dj17,py27-dj18,py27-dj19,py27-dj110,py33-dj16,py33-dj17,py33-dj18,py34-dj17,py34-dj18,py34-dj19,py34-dj110,py35-dj18,py35-dj19,py35-dj110
2013-11-26 18:20:19 +00:00
[testenv]
usedevelop = True
2016-09-22 20:12:56 +00:00
setenv =
PYTHONPATH=.
2013-11-26 18:20:19 +00:00
commands =
2016-09-22 20:12:56 +00:00
python {envbindir}/coverage run -p example/run_tests.py
python {envbindir}/coverage run -p example/run_tests.py example.settings_no_debug
2013-11-26 18:20:19 +00:00
install_command =
pip install {opts} {packages}
[testenv:py26-dj14]
2013-11-26 18:20:19 +00:00
basepython = python2.6
deps =
2016-09-23 11:55:08 +00:00
django==1.4.22
2013-11-26 18:20:19 +00:00
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
[testenv:py26-dj15]
basepython = python2.6
deps =
2016-09-23 11:55:08 +00:00
django==1.5.12
2013-11-26 18:20:19 +00:00
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
[testenv:py26-dj16]
2013-11-26 18:20:19 +00:00
basepython = python2.6
deps =
2016-09-23 11:55:08 +00:00
django==1.6.11
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
[testenv:py27-dj14]
basepython = python2.7
2013-11-26 18:20:19 +00:00
deps =
2016-09-23 11:55:08 +00:00
django==1.4.22
2013-11-26 18:20:19 +00:00
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
[testenv:py27-dj15]
basepython = python2.7
deps =
2016-09-23 11:55:08 +00:00
django==1.5.12
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
2013-11-26 18:20:19 +00:00
[testenv:py27-dj16]
basepython = python2.7
deps =
2016-09-23 11:55:08 +00:00
django==1.6.11
2013-11-26 18:20:19 +00:00
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
[testenv:py27-dj17]
basepython = python2.7
deps =
2016-09-23 11:55:08 +00:00
django==1.7.11
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
2013-11-26 18:20:19 +00:00
[testenv:py27-dj18]
2013-11-26 18:20:19 +00:00
basepython = python2.7
deps =
2017-01-02 02:45:09 +00:00
django==1.8.17
2013-11-26 18:20:19 +00:00
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
[testenv:py27-dj19]
2013-11-26 18:20:19 +00:00
basepython = python2.7
deps =
2017-01-02 02:45:09 +00:00
django==1.9.12
2013-11-26 18:20:19 +00:00
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
[testenv:py27-dj110]
basepython = python2.7
deps =
2017-01-02 02:45:09 +00:00
django==1.10.4
pillow==1.7.8
PyYAML==3.10
coveralls==0.3
[testenv:py33-dj16]
basepython = python3.3
deps =
2016-09-23 11:55:08 +00:00
django==1.6.11
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py33-dj17]
basepython = python3.3
deps =
2016-09-23 11:55:08 +00:00
django==1.7.11
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py33-dj18]
2013-11-26 18:20:19 +00:00
basepython = python3.3
deps =
2017-01-02 02:45:09 +00:00
django==1.8.17
2013-11-26 18:20:19 +00:00
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py34-dj17]
basepython = python3.4
2013-11-26 18:20:19 +00:00
deps =
2016-09-23 11:55:08 +00:00
django==1.7.11
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py34-dj18]
basepython = python3.4
deps =
2017-01-02 02:45:09 +00:00
django==1.8.17
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py34-dj19]
basepython = python3.4
deps =
2017-01-02 02:45:09 +00:00
django==1.9.12
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py34-dj110]
basepython = python3.4
deps =
2017-01-02 02:45:09 +00:00
django==1.10.4
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py35-dj18]
basepython = python3.5
deps =
2017-01-02 02:45:09 +00:00
django==1.8.17
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py35-dj19]
basepython = python3.5
deps =
2017-01-02 02:45:09 +00:00
django==1.9.12
pillow==2.1.0
PyYAML==3.10
coveralls==0.3
[testenv:py35-dj110]
basepython = python3.5
deps =
2017-01-02 02:45:09 +00:00
django==1.10.4
2013-11-26 18:20:19 +00:00
pillow==2.1.0
PyYAML==3.10
coveralls==0.3