summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
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