@@ -16,6 +16,7 @@ envlist =
1616 {py27,py34,py35,py36}-ddtracerun
1717 {py27,py34,py35,py36}-contrib
1818 {py34,py35,py36}-asyncio
19+ {py27}-pylons
1920 {py34,py35,py36}-aiohttp{12,13}-aiohttp_jinja{012,013}
2021 {py27,py34,py35,py36}-bottle{12}-webtest
2122 {py27,py34,py35,py36}-bottle-autopatch{12}-webtest
@@ -131,6 +132,7 @@ deps =
131132 memcached: python-memcached
132133 mongoengine011: mongoengine>=0.11,<0.12
133134 mysqlconnector21: mysql-connector>=2.1,<2.2
135+ pylons: pylons
134136 pylibmc: pylibmc
135137 pylibmc140: pylibmc>=1.4.0,<1.5.0
136138 pylibmc150: pylibmc>=1.5.0,<1.6.0
@@ -173,10 +175,11 @@ commands =
173175# integration tests
174176 integration: nosetests {posargs} tests/test_integration.py
175177# run all tests for the release jobs except the ones with a different test runner
176- contrib: nosetests {posargs} --exclude =" .*(django|asyncio|aiohttp|gevent|falcon|flask_autopatch|bottle).*" tests/contrib
178+ contrib: nosetests {posargs} --exclude =" .*(django|asyncio|aiohttp|gevent|falcon|flask_autopatch|bottle|pylons ).*" tests/contrib
177179 asyncio: nosetests {posargs} tests/contrib/asyncio
178180 aiohttp{12,13}-aiohttp_jinja{012,013}: nosetests {posargs} tests/contrib/aiohttp
179181# run subsets of the tests for particular library versions
182+ {py27}-pylons: nosetests {posargs} tests/contrib/pylons
180183 {py27,py34}-boto: nosetests {posargs} tests/contrib/boto
181184 {py27,py34}-botocore: nosetests {posargs} tests/contrib/botocore
182185 bottle{12}: nosetests {posargs} tests/contrib/bottle/test.py
0 commit comments