Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 11c9634

Browse files
Make tox use lib-verify
The tox config previously had a copy of the same set of skipped checks as the Travis verify functions. In order to avoid issues in the future, it now just calls into that.
1 parent 0fdcb06 commit 11c9634

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ envlist = py27,py33,py34,py35
99
[testenv]
1010
# NB(sross): disabling E225,E226,E227,E901 make pep8 think Cython is ok
1111
# NB(sross): disable E402 because of the GSSAPI="blah" lines needed by Cython
12+
whitelist_externals=bash
1213
commands =
13-
flake8 setup.py
14-
flake8 gssapi
15-
flake8 gssapi --filename='*.pyx,*.pxd' --ignore=E225,E226,E227,E901,E402
14+
bash -c "source ./.travis/lib-verify.sh && verify::flake8"
1615
python setup.py nosetests []
1716

1817
deps = -r{toxinidir}/test-requirements.txt

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /