aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* update tox env on CIThomas Kriechbaumer2016-06-281-1/+1
|
* update appveyor with toxThomas Kriechbaumer2016-06-271-7/+17
|
* py3++: mitmproxy.platform.pfShadab Zafar2016-06-221-1/+1
|
* py3++: mitmproxy.protocol.http1Shadab Zafar2016-06-221-1/+1
|
* py3++: mitmproxy.proxyShadab Zafar2016-06-221-1/+1
|
* py3++Shadab Zafar2016-06-211-1/+1
|
* py3++Shadab Zafar2016-06-201-1/+1
|
* py3++Shadab Zafar2016-06-201-1/+1
|
* Enable Travis for the entire pathod directory :)Shadab Zafar2016-06-161-1/+1
|
* Enable Travis for test/pathod/test_pathocShadab Zafar2016-06-151-1/+1
|
* tox: Pull Py3 test list out into an environment variableAldo Cortesi2016-06-111-2/+4
| | | | Suggestion from @resam
* Remove explicit versions in tox CI environmentsAldo Cortesi2016-06-101-2/+0
| | | | | Tox matches the environment prefix against its std environs, so we don't need to be explicit with versions here.
* Distinguish between CI and interactive versions of toxAldo Cortesi2016-06-101-1/+13
| | | | | | | | | | | | | | - This patch changes tox so that local invocation runs the tests with paralellism, coverage disabled, and without attempting to report coverage upstream. - You can now run specific tests for the py27 environment: tox -e py27 ./path/to/my/test We can't do this for py35 just yet, because of our junk filter, and the fact that we specify which tests to run directly in the conf file. Once these are cleaned up, we can extend.
* properly fail on test failuresThomas Kriechbaumer2016-06-081-1/+1
|
* Enable Travis for test_language_http2Shadab Zafar2016-06-081-1/+1
|
* use tox in TravisThomas Kriechbaumer2016-06-071-6/+22
|
* Enable Travis for test/pathod/test_language_websocketShadab Zafar2016-06-071-1/+1
|
* Enable Travis for test/pathod/test_language_httpShadab Zafar2016-06-061-1/+1
|
* Add test_language_base to tox.iniShadab Zafar2016-06-041-1/+1
|
* add missing pathod files to travisThomas Kriechbaumer2016-06-041-1/+1
|
* Make tox run all tests for 2.7Aldo Cortesi2016-05-311-0/+5
|
* activate flake8 for good!Thomas Kriechbaumer2016-05-301-1/+1
|
* add toxThomas Kriechbaumer2016-05-291-0/+10