Skip to content

Commit

Permalink
Run style checks for Python 3.5 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
olitheolix committed Jun 24, 2018
1 parent d1b49a8 commit 48d9b40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ services:

matrix:
include:
- python: 3.5
env: TOXENV=style-checks
- python: 3.6
env: TOXENV=style-checks
- python: 3.5
env: TOXENV=py35
- python: 3.5
Expand All @@ -15,8 +19,6 @@ matrix:
env: TOXENV=py36
- python: 3.6
env: TOXENV=py36-functional
- python: 3.6
env: TOXENV=style-checks
- python: 3.6
env: TOXENV=docs
- python: 3.6
Expand Down

0 comments on commit 48d9b40

Please sign in to comment.