forked from muccg/django-iprestrict
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtox.ini
More file actions
29 lines (27 loc) · 754 Bytes
/
tox.ini
File metadata and controls
29 lines (27 loc) · 754 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
[tox]
envlist =
{py27,py34,py35}-django-{17,18,19}
{py27,py35}-django-master
flake8
skip_missing_interpreters = True
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERAGE RUNTEST_ARGS DATABASE_URL
commands =
./runtests.sh {env:RUNTEST_ARGS:}
coverage combine
deps =
coveralls
django-17: Django>=1.7,<1.8
django-18: Django>=1.8,<1.9
django-19: Django==1.9,<1.10
django-master: https://github.com/django/django/archive/master.tar.gz
django-templatetag-handlebars==1.3.1
[testenv:flake8]
deps =
Django
pep257==0.7.0
pep8==1.6.2
flake8==2.5.1
flake8-docstrings==0.2.1
django-templatetag-handlebars==1.3.1
commands = flake8 iprestrict --exclude=migrations,south_migrations,tests