Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f0bc12..538f2b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,8 @@
-language: scala
-scala:
- - 2.10.4
+language: python
+python:
+ - "3.5"
+install:
+ - pip install --user pep8 pylint
+script:
+ - pep8 *.py
+ - pylint --rcfile=pylint.rc *.py