Skip to content

Commit efc1f45

Browse files
update travis setup for linting
1 parent 09947e5 commit efc1f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ env:
1111

1212
matrix:
1313
include:
14-
- python: '2.7'
15-
env: TOXENV=flake8
1614
- python: '3.5'
1715
env: TOXENV=flake8
16+
- python: '3.5'
17+
env: TOXENV=check_readme
1818
- python: '2.7'
1919
env: SELFINSTALL=1
2020
- python: '3.5'

0 commit comments

Comments
 (0)