diff --git a/.travis.yml b/.travis.yml
index a6fc5f46dca3829dcc783b3d88ab77648eb916ff..1f592ce1a5185fa4cc1786d3a527172ef64b984b 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 637b451f1863c59fd938da4a75764fbc82ec76bd..9dd89c859a13fe6fba216c9eb925f93c17d4efae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,14 +15,17 @@ basepython =
     py3: python3
 deps =
     check-manifest
-    readme_renderer
     flake8
 commands =
     check-manifest --ignore tox.ini,tests*
-    python setup.py check -m -r -s
     flake8 .
     eb-prune --help
 
+[testenv:docs]
+basepython = python
+deps = readme_renderer
+commands = python setup.py check -m -r -s
+
 [testenv:release]
 basepython = python
 whitelist_externals =