We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942dd5f commit e1ada4dCopy full SHA for e1ada4d
1 file changed
.travis.yml
@@ -10,6 +10,9 @@ after_success:
10
- codecov
11
matrix:
12
include:
13
+ # Linting
14
+ - python: 3.6
15
+ env: TOX_ENV=flake8
16
# CPython 2.7
17
- python: 2.7
18
env: TOXENV=py27-base
@@ -77,6 +80,3 @@ matrix:
77
80
env: TOXENV=pypy-pycrypto-norsa
78
81
- python: pypy3.5
79
82
env: TOXENV=pypy-compatibility
- # Linting
- - python: 3.6
- env: TOX_ENV=flake8
0 commit comments