forked from kmmbvnr/django-jenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
31 lines (28 loc) · 910 Bytes
/
tox.ini
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
[tox]
envlist = py27, py33, beta
[testenv]
usedevelop = True
commands = python tests/manage.py {posargs:jenkins --pep8-max-line-length=150 --liveserver=localhost:8090-8100 --output-dir=reports/{envname}}
python -c 'import os; path="C:\\nppdf32Log\\debuglog.txt"; os.path.exists(path) and os.unlink(path)'
deps = -r{toxinidir}/requirements.txt
ipdb
[testenv:beta]
basepython = python3.3
deps = https://github.com/django/django/archive/1.7b1.zip
pylint
coverage
pyflakes
pep8
flake8
selenium
ipdb
[testenv:alfa]
basepython = python3.3
deps = git+https://github.com/django/django.git
hg+http://hg.logilab.org/pylint
hg+http://bitbucket.org/ned/coveragepy
git+https://github.com/pyflakes/pyflakes.git
git+https://github.com/jcrocholl/pep8.git
hg+https://bitbucket.org/tarek/flake8
selenium
ipdb