From a7e0c53a23504569adc9cf1e82f6e2cece598eab Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Fri, 26 Apr 2013 14:50:56 +0200
Subject: [PATCH] Build / test the docs under tox by default.

---
 tox.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tox.ini b/tox.ini
index 89288a8..3932529 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 envlist = 
-    py26,py27,py32,py33,pypy,cover
+    py26,py27,py32,py33,pypy,cover,docs
 
 [testenv]
 commands = 

--
Gitblit v1.9.3