repo.or.cz
/
git-cola.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
diff: handle the dashed-line footer in patches created by git format-patch
[git-cola.git]
/
tox.ini
blob
c4a62faab65a3c633faeda8059fcadd3fd998069
1
[tox]
2
minversion
=
1.8
3
envlist
=
py{27,34,35,36,37}
4
5
[testenv]
6
sitepackages
=
true
7
deps
=
8
-
rrequirements
/
requirements.txt
9
-
rrequirements
/
requirements
-
dev.txt
10
whitelist_externals
=
11
make
12
commands
=
13
make test
14
15
[testenv:flake8]
16
deps
=
flake8
17
commands
=
flake8 .
18
19
[flake8]
20
max-line-length
=
80
21
exclude
=
.tox,env*,build,dist
22
filename
=
*.py