Skip to content

Commit b169959

Browse files
committed
enable flake8 in tox and Travis configs
1 parent 69a57d9 commit b169959

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ matrix:
110110
env: TOXENV=pypy-pycrypto-norsa
111111
- python: pypy3.5
112112
env: TOXENV=pypy-compatibility
113-
# matrix:
114-
# include:
115-
# - python: 3.6
116-
# env: TOX_ENV=flake8
113+
# Linting
114+
- python: 3.6
115+
env: TOX_ENV=flake8

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ extras =
4343
pycrypto: pycrypto
4444
compatibility: {[testenv:compatibility]extras}
4545

46-
; [testenv:flake8]
47-
; commands = flake8 jose
48-
; skip_install= True
49-
; deps =
50-
; flake8
46+
[testenv:flake8]
47+
skip_install= True
48+
deps =
49+
flake8
50+
commands = flake8 jose setup.py

0 commit comments

Comments
 (0)