forked from xlcnd/isbntools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
36 lines (33 loc) · 772 Bytes
/
tox.ini
File metadata and controls
36 lines (33 loc) · 772 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
33
34
35
36
[flake8]
ignore=N806
exclude=tests/*,data/*
max-complexity=10
[tox]
envlist=py27,py34,flake8
[testenv]
deps=
nose
coverage
commands=
nosetests --with-coverage --cover-package=isbntools
isbn_meta 9780321534965
isbn_meta 9781849692342 goob refworks
isbn_meta 9789993710561 bibtex
isbn_meta 9787500117018 endnote
isbn_meta 9780321534965 json
isbn_meta 9789993710561 msword
to_isbn10 9780826497529
to_isbn13 0826497527
isbn_mask 5852700010
isbn_info 9789720404427
isbn_editions 9780156001311
isbn_validate 9780321534965
isbn_from_words 'old man and sea'
isbn_goom 'python hackers' bibtex
isbntools
[testenv:flake8]
basepython=python
deps=flake8
commands=
flake8 isbntools
flake8 isbntools/dev