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:
authorChris Rebert <github@chrisrebert.com>2015-11-30 02:43:21 +0300
committerChris Rebert <github@chrisrebert.com>2015-11-30 02:43:21 +0300
commit0c357518ae42f4382e883d26f02f2f15adc03883 (patch)
tree5a6ad34b535981b7d38115347642b1434f686ae9
parent341bf802ec756aa8683be6354c136c14a8432cea (diff)
Fix .travis.yml
-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