We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fe5e5 commit e531328Copy full SHA for e531328
1 file changed
.travis.yml
@@ -1 +1,11 @@
1
-language: python
+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