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 69a57d9 commit b169959Copy full SHA for b169959
.travis.yml
@@ -110,7 +110,6 @@ matrix:
110
env: TOXENV=pypy-pycrypto-norsa
111
- python: pypy3.5
112
env: TOXENV=pypy-compatibility
113
-# matrix:
114
-# include:
115
-# - python: 3.6
116
-# env: TOX_ENV=flake8
+ # Linting
+ - python: 3.6
+ env: TOX_ENV=flake8
tox.ini
@@ -43,8 +43,8 @@ extras =
43
pycrypto: pycrypto
44
compatibility: {[testenv:compatibility]extras}
45
46
-; [testenv:flake8]
47
-; commands = flake8 jose
48
-; skip_install= True
49
-; deps =
50
-; flake8
+[testenv:flake8]
+skip_install= True
+deps =
+ flake8
+commands = flake8 jose setup.py
0 commit comments