diff --git a/.travis.yml b/.travis.yml
index 0d07079ece25ee8cc4550e39d76df7cc2f444b3e..d2268f7046be1a8e3276276cd538e0957c9c5517 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,14 @@
 ---
 language: python
-python: ["2.7", "3.3", "3.4", "3.5"]
+python: ["2.7", "3.2", "3.3", "3.4", "3.5"]
 dist: trusty
 sudo: false
 cache:
   - pip
+matrix:
+  include:
+    - python: "3.5"
+      env: TOXENV=docs
 
 install:
   - pip install tox-travis
diff --git a/tox.ini b/tox.ini
index ab86304e8a82c503e9937d09e25c4baf70b99c68..4bd8d644c8ef0caf346721f085c88929fd92108d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,11 +19,15 @@ deps =
     flake8
 commands =
     check-manifest --ignore tox.ini,tests*
-    python setup.py check -m -r -s
     flake8 .
     python -m doctest template/filters.py template/__init__.py
     ./tests.sh
 
+[testenv:docs]
+basepython = python
+deps = readme_renderer
+commands = python setup.py check -m -r -s
+
 [testenv:release]
 basepython = python
 whitelist_externals =