Skip to content

Commit e1ada4d

Browse files
committed
Reorder linting job in Travis configuration
1 parent 942dd5f commit e1ada4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ after_success:
1010
- codecov
1111
matrix:
1212
include:
13+
# Linting
14+
- python: 3.6
15+
env: TOX_ENV=flake8
1316
# CPython 2.7
1417
- python: 2.7
1518
env: TOXENV=py27-base
@@ -77,6 +80,3 @@ matrix:
7780
env: TOXENV=pypy-pycrypto-norsa
7881
- python: pypy3.5
7982
env: TOXENV=pypy-compatibility
80-
# Linting
81-
- python: 3.6
82-
env: TOX_ENV=flake8

0 commit comments

Comments
 (0)