Hi, I'm working at https://www.sqreen.io/, the security as a service platform, on the python agent and we're currently setup the integration tests. We plan to run all of the following configurations regularly with a distributed Docker cluster, more details in a future blog post!<p>So far we test theses configurations:<p><pre><code> - Python 2.7.8
- Python 3.5
- Pypy
</code></pre>
Framework:<p><pre><code> - Django 1.7
- Django 1.8
- Django 1.9
</code></pre>
WSGI Server:<p><pre><code> - Gunicorn
- Chaussette
- Uwsgi
- mod_wsgi
(- Passenger)
</code></pre>
The icing on the cake:<p><pre><code> - No gevent
- Gevent
</code></pre>
I still try to find some relevant information about python deployment, so what is your deployment? Do you use a specific version of a Framework not listed below or a wsgi server configured in a very specific way?