django-multiselectfield/tox.ini

115 lines
1.8 KiB
INI
Raw Normal View History

2013-11-26 18:20:19 +00:00
[tox]
envlist = py{27,34,35,36}-dj111,py{34,35,36,37}-dj20,py{35,36,37}-dj21
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 =
2019-09-13 05:27:09 +00:00
python {envbindir}/flake8 --ignore=E501,W605
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:py27-dj111]
basepython = python2.7
2013-11-26 18:20:19 +00:00
deps =
django==1.11.15
2013-11-26 18:20:19 +00:00
pillow==1.7.8
PyYAML==3.13
2013-11-26 18:20:19 +00:00
coveralls==0.3
flake8
2013-11-26 18:20:19 +00:00
[testenv:py34-dj111]
basepython = python3.4
deps =
django==1.11.15
pillow==2.1.0
PyYAML==3.13
coveralls==0.3
flake8
[testenv:py34-dj20]
basepython = python3.4
deps =
django==2.0.8
pillow==2.1.0
PyYAML==3.13
coveralls==0.3
flake8
[testenv:py35-dj111]
basepython = python3.5
2013-11-26 18:20:19 +00:00
deps =
django==1.11.15
2013-11-26 18:20:19 +00:00
pillow==2.1.0
PyYAML==3.13
2013-11-26 18:20:19 +00:00
coveralls==0.3
flake8
2013-11-26 18:20:19 +00:00
[testenv:py35-dj20]
basepython = python3.5
2013-11-26 18:20:19 +00:00
deps =
django==2.0.8
pillow==2.1.0
PyYAML==3.13
coveralls==0.3
flake8
[testenv:py35-dj21]
basepython = python3.5
deps =
django==2.1.1
pillow==2.1.0
PyYAML==3.13
coveralls==0.3
flake8
[testenv:py36-dj111]
basepython = python3.6
deps =
django==1.11.15
pillow==2.1.0
PyYAML==3.13
coveralls==0.3
flake8
[testenv:py36-dj20]
basepython = python3.6
deps =
django==2.0.8
pillow==2.1.0
PyYAML==3.13
coveralls==0.3
flake8
[testenv:py36-dj21]
basepython = python3.6
deps =
django==2.1.1
pillow==2.1.0
PyYAML==3.13
coveralls==0.3
flake8
[testenv:py37-dj20]
basepython = python3.7
deps =
django==2.0.8
pillow==2.1.0
PyYAML==3.13
coveralls==0.3
flake8
[testenv:py37-dj21]
basepython = python3.7
deps =
django==2.1.1
2013-11-26 18:20:19 +00:00
pillow==2.1.0
PyYAML==3.13
2013-11-26 18:20:19 +00:00
coveralls==0.3
flake8