forked from django-statsd/django-statsd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
32 lines (28 loc) · 750 Bytes
/
tox.ini
File metadata and controls
32 lines (28 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[pytest]
addopts=--tb=short
[tox]
envlist =
{py27,py33,py34,py35,pypy,pypy3}-django18,
{py27,py34,py35,pypy,pypy3}-django{19,110},
{py27,py34,py35,py36,pypy,pypy3}-django111,
{py35,py36,pypy,pypy3}-djangomaster
[travis:env]
DJANGO =
1.8: django18
1.9: django19
1.10: django110
1.11: django111
master: djangomaster
[testenv]
commands = py.test
setenv =
PYTHONDONTWRITEBYTECODE=1
PYTHONWARNINGS=once
deps =
py27: -roptional.txt
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
django111: Django>=1.11,<2.0
djangomaster: https://github.com/django/django/archive/master.tar.gz
-rrequirements.txt