Skip to content

Commit d777594

Browse files
committed
just lint on python 3.6
1 parent 0b6ce7f commit d777594

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: python
22
python:
3-
- "3.3"
3+
- "3.6"
44
# command to install dependencies
55
install:
66
- pip install flake8
7-
- pip install pydocstyle
87
# command to run tests
98
script:
109
- flake8 . --max-line-length=120
11-
- pydocstyle . --add-ignore=D202

0 commit comments

Comments
 (0)