Has anyone thought about how Travis CI might find parity with a tox.ini ? <a href="http://about.travis-ci.org/docs/user/languages/python/">http://about.travis-ci.org/docs/user/languages/python/</a><br><br>One thought is:<br>
<br><pre><code>language: python<br>import: tox.ini<br><br><br>...or something easy like that<br></code></pre><br>