summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-30 10:30:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-30 10:30:31 -0400
commit3a09d466015fbbd2ca3771cd3d425c3f4a3ebd38 (patch)
tree119791a274445f18a9e3a1115207e23e8771f5ac
parent24406f95ad1049c60a2ebb907d69168b6d8b42e2 (diff)
downloadpython-coveragepy-git-3a09d466015fbbd2ca3771cd3d425c3f4a3ebd38.tar.gz
Run pylint on travis
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini9
2 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index df238e57..8b0165ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
# Tell Travis what to do
-# https://travis-ci.org/nedbat/coveragepy
+# https://travis-ci.com/nedbat/coveragepy
language: python
diff --git a/tox.ini b/tox.ini
index e288fc07..beeb8567 100644
--- a/tox.ini
+++ b/tox.ini
@@ -87,3 +87,12 @@ commands =
check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc'
python setup.py check -r -s
python -m pylint --notes= {env:LINTABLE}
+
+[travis]
+python =
+ 2.7: py27, lint
+ 3.4: py34
+ 3.5: py35
+ 3.6: py36
+ pypy: pypy
+ pypy3.5: pypy3