Skip to content

Commit 3618c68

Browse files
committed
Include linting job
1 parent 796e3cc commit 3618c68

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ python:
55
- "3.5"
66
- "3.6"
77

8-
matrix:
9-
include:
10-
- python: '3.6'
11-
env: TOXENV=linting
12-
138
install:
149
- pip install tox-travis coveralls
1510

@@ -21,6 +16,8 @@ after_success:
2116

2217
jobs:
2318
include:
19+
- python: '3.6'
20+
env: TOXENV=linting
2421
- stage: deploy
2522
python: '3.6'
2623
install: pip install -U setuptools setuptools_scm

0 commit comments

Comments
 (0)