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 ccaff6c commit 3c9a30dCopy full SHA for 3c9a30d
.travis.yml
@@ -14,9 +14,9 @@ script:
14
- tox
15
after_success:
16
- codecov
17
-matrix:
18
- include:
19
- - python: 3.6
20
- env:
21
- - TOX_ENV=flake8
22
- script: tox -e $TOX_ENV
+# matrix:
+# include:
+# - python: 3.6
+# env:
+# - TOX_ENV=flake8
+# script: tox -e $TOX_ENV
tox.ini
@@ -14,8 +14,8 @@ deps =
pytest-runner
cryptography
-[testenv:flake8]
-commands = flake8 jose
-skip_install= True
-deps =
- flake8
+; [testenv:flake8]
+; commands = flake8 jose
+; skip_install= True
+; deps =
+; flake8
0 commit comments