Skip to content

Commit c8001ba

Browse files
committed
simplify travis test
1 parent f8789b8 commit c8001ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
language: python
22
python:
3-
- "3.3"
4-
# command to install dependencies
3+
- "3.6"
54
install:
65
- pip install flake8
7-
- pip install pydocstyle
8-
# command to run tests
96
script:
107
- flake8 . --max-line-length=120
11-
- pydocstyle . --add-ignore=D202

0 commit comments

Comments
 (0)