summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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