Tox test improvements:

* add all deps to tox
* ignore test products
diff --git a/.gitignore b/.gitignore
index d518bf8..c6d828e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,6 @@
 /include
 /lib
 /man
+

+.tox/

+.cache/

diff --git a/tox.ini b/tox.ini
index 09dae7f..8d4a71d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,16 @@
 # content of: tox.ini , put in same dir as setup.py
 [tox]
-envlist = py26,py27,py33,py34
+envlist = py{26,27,33,34}
+
 [testenv]
-deps=pytest      
-     mock
-commands=py.test 
+deps=pytest
+     py{26,27}: mock
+     beaker
+     markupsafe
+     pygments
+     babel
+     dogpile.cache
+     lingua
+     
+commands=py.test