Skip to content

Commit

Permalink
Run linters first to improve CI feedback time (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Willer committed Oct 29, 2018
1 parent edbdb08 commit 1f72879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ before_cache:

matrix:
include:
- python: 2.7
env: TOX_ENV=pycodestyle
- python: 2.7
env: TOX_ENV=pylint
- python: 2.7
env: TOX_ENV=py27
- python: 3.4
Expand All @@ -30,10 +34,6 @@ matrix:
sudo: true
- python: pypy
env: TOX_ENV=pypy PYPY_VERSION='2.7-5.10.0'
- python: 2.7
env: TOX_ENV=pycodestyle
- python: 2.7
env: TOX_ENV=pylint
- python: 3.5
env: TOX_ENV=coverage

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

[tox]
envlist =
pycodestyle,
pylint,
py27,
py34,
py35,
py36,
py37,
pypy,
pycodestyle,
pylint,
rst,
docs,
coverage
Expand Down

0 comments on commit 1f72879

Please sign in to comment.