Skip to content

Commit 3bf686a

Browse files
committed
switch to travis.ci new infrastructure
1 parent b17b4cd commit 3bf686a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
sudo: false
23
python:
34
- "3.3"
45
# command to install dependencies

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class PEP257(PythonLinter):
3333
'--add-ignore=': '',
3434
'--ignore=': ''
3535
}
36-
inline_overrides = ('ignore','add-ignore')
36+
inline_overrides = ('ignore', 'add-ignore')
3737
module = 'pep257'
3838
check_version = True
3939

0 commit comments

Comments
 (0)