aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGabi Davar <grizzly.nyo@gmail.com>2015-08-27 17:06:29 +0300
committerGabi Davar <grizzly.nyo@gmail.com>2015-08-27 17:26:48 +0300
commitbc4def8085b39f9cf47cc260802c8e514a374eb4 (patch)
treeaf08a215ec091cd11af3c1c9bf997ea8b013c1dc /tox.ini
parent1de5a335f4a96b0eedd801b5d885a2592735a497 (diff)
downloadexternal_python_mako-bc4def8085b39f9cf47cc260802c8e514a374eb4.tar.gz
external_python_mako-bc4def8085b39f9cf47cc260802c8e514a374eb4.tar.bz2
external_python_mako-bc4def8085b39f9cf47cc260802c8e514a374eb4.zip
Tox test improvements:
* add all deps to tox * ignore test products
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 12 insertions, 4 deletions
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