FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
GitPython/tox.ini at master · jonls/GitPython · GitHub
jonls
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
GitPython
/
tox.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (21 loc) · 644 Bytes
Breadcrumbs
GitPython
/
tox.ini
Copy path
File metadata and controls
26 lines (21 loc) · 644 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
[tox]
envlist
= py26,py27,py33,py34,flake8
[testenv]
commands
= nosetests {posargs}
deps
= -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:cover]
commands
= nosetests --with-coverage {posargs}
[testenv:flake8]
commands
= flake8 {posargs}
[testenv:venv]
commands
= {posargs}
[flake8]
#
show-source = True
#
E265 = comment blocks like @{ section, which it can't handle
#
E266 = too many leading '#' for block comment
#
E731 = do not assign a lambda expression, use a def
#
W293 = Blank line contains whitespace
ignore
= E265,W293,E266,E731
max-line-length
= 120
exclude
= .tox,.venv,build,dist,doc,git/ext/
Back
|
FazBrowse Home
|
New Git URL