Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdc2b2 commit 317f6abCopy full SHA for 317f6ab
tox.ini
@@ -14,9 +14,12 @@ deps =
14
pycrypto==2.6
15
django<2.0.0; python_version < '3.0.0'
16
django>=2.0.0; python_version > '3.0.0'
17
+ flake8
18
webtest
19
nose
20
coverage>=3.6,<3.99
21
unittest2
22
mock
-commands = nosetests --with-coverage --cover-package=googleapiclient --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=85 []
23
+commands =
24
+ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
25
+ nosetests --with-coverage --cover-package=googleapiclient --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=85 []
0 commit comments