Skip to content

Commit

Permalink
Reorder linting job in Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Dec 10, 2019
1 parent 942dd5f commit e1ada4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ after_success:
- codecov
matrix:
include:
# Linting
- python: 3.6
env: TOX_ENV=flake8
# CPython 2.7
- python: 2.7
env: TOXENV=py27-base
Expand Down Expand Up @@ -77,6 +80,3 @@ matrix:
env: TOXENV=pypy-pycrypto-norsa
- python: pypy3.5
env: TOXENV=pypy-compatibility
# Linting
- python: 3.6
env: TOX_ENV=flake8

0 comments on commit e1ada4d

Please sign in to comment.