Skip to content

Commit e531328

Browse files
author
欧林宝
authored
Update .travis.yml (#43)
1 parent 43fe5e5 commit e531328

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
language: python
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.5"
5+
- "3.6"
6+
# command to install dependencies
7+
install:
8+
- python setup.py install
9+
- pip install pylint
10+
# command to run tests
11+
script: pylint -E jdcloud_cli/controllers/services

0 commit comments

Comments
 (0)