Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't cache tox on CI | Maximilian Hils | 2016-07-05 | 1 | -5/+1 |
| | |||||
* | minor fixes | Maximilian Hils | 2016-06-28 | 1 | -1/+0 |
| | |||||
* | compile docs on python 3.5 | Maximilian Hils | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | resilence Cryptography_locking_cb | Maximilian Hils | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | simplify tox setup | Maximilian Hils | 2016-06-28 | 1 | -9/+14 |
| | |||||
* | We're not using tox-travis any more - ditch it. | Aldo Cortesi | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | Distinguish between CI and interactive versions of tox | Aldo Cortesi | 2016-06-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | - 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. | ||||
* | use tox in Travis | Thomas Kriechbaumer | 2016-06-07 | 1 | -18/+15 |
| | |||||
* | don't declare codecov as dev dependency | Maximilian Hils | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | use codecov pypi package | Maximilian Hils | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'port-pathod-language-writer' | Maximilian Hils | 2016-06-07 | 1 | -2/+2 |
|\ | |||||
| * | Reenable pathod.language.writer tests | Maximilian Hils | 2016-06-06 | 1 | -2/+2 |
| | | | | | | | | This reverts commit 1e1b4fd88dd16b3b6b8c2cbf9337cba4dffa6c68. | ||||
* | | Merge pull request #1216 from dufferzafar/pathod-lang-ws | Maximilian Hils | 2016-06-06 | 1 | -2/+2 |
|\ \ | | | | | | | Python 3 - pathod.language.websocket | ||||
| * | | Enable Travis for test/pathod/test_language_websocket | Shadab Zafar | 2016-06-07 | 1 | -2/+2 |
| | | | |||||
* | | | s/coveralls/codecov/ | Maximilian Hils | 2016-06-06 | 1 | -1/+1 |
|/ / | |||||
* | | travis: stricter doc checks | Maximilian Hils | 2016-06-06 | 1 | -1/+1 |
| | | |||||
* | | Enable Travis for test/pathod/test_language_http | Shadab Zafar | 2016-06-06 | 1 | -2/+2 |
|/ | |||||
* | fix travis tests on master | Maximilian Hils | 2016-06-06 | 1 | -2/+2 |
| | |||||
* | Enable Travis for test/pathod/test_language_base | Shadab Zafar | 2016-06-04 | 1 | -2/+2 |
| | |||||
* | travis++ | Thomas Kriechbaumer | 2016-06-04 | 1 | -2/+2 |
| | |||||
* | travis++ | Thomas Kriechbaumer | 2016-06-04 | 1 | -3/+3 |
| | |||||
* | improve travis | Thomas Kriechbaumer | 2016-06-04 | 1 | -2/+3 |
| | |||||
* | Enable Travis for test_language_generators | Shadab Zafar | 2016-06-02 | 1 | -2/+2 |
| | |||||
* | Make Travis behave | Aldo Cortesi | 2016-06-01 | 1 | -1/+6 |
| | |||||
* | Ditch IRC Travis notifications, try to fix Slack Travis notifications | Aldo Cortesi | 2016-06-01 | 1 | -10/+1 |
| | |||||
* | activate flake8 for good! | Thomas Kriechbaumer | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | fix travis with flake8 | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test | ||||
* | make sure we do not introduce more style offenses | Thomas Kriechbaumer | 2016-05-29 | 1 | -0/+1 |
| | |||||
* | Enable Travis for test_log | Shadab Zafar | 2016-05-28 | 1 | -2/+2 |
| | |||||
* | Enable travis Py3 testing for test_utils | Shadab Zafar | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | disable py.test timeout by default, this breaks interactive debuggers | Maximilian Hils | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | release: always build tags | Maximilian Hils | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | travis: checkout full repo for builds | Maximilian Hils | 2016-03-31 | 1 | -0/+2 |
| | |||||
* | py.test: disable coverage collection by default | Maximilian Hils | 2016-03-20 | 1 | -1/+1 |
| | |||||
* | port mitmproxy.scripts to py3 | Maximilian Hils | 2016-03-19 | 1 | -2/+2 |
| | |||||
* | use dev-scripts on CI | Thomas Kriechbaumer | 2016-02-25 | 1 | -2/+4 |
| | |||||
* | Docs and examples to top level | Aldo Cortesi | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | move py.test options to ini-file | Thomas Kriechbaumer | 2016-02-16 | 1 | -2/+2 |
| | |||||
* | travis: remove sdist builds | Maximilian Hils | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | update README.rst, minor fixes | Maximilian Hils | 2016-02-15 | 1 | -2/+2 |
| | |||||
* | fix appveyor, re-introduce requirements.txt | Maximilian Hils | 2016-02-15 | 1 | -5/+2 |
| | |||||
* | adjust travis | Maximilian Hils | 2016-02-15 | 1 | -39/+20 |
| | |||||
* | merge metadata files | Maximilian Hils | 2016-02-15 | 1 | -0/+97 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -95/+0 |
| | |||||
* | make travis less noisy | Maximilian Hils | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | improve snapshot upload | Maximilian Hils | 2016-02-12 | 1 | -6/+2 |
| | |||||
* | travis: cache wheels on osx, allow pypy failures | Maximilian Hils | 2016-02-04 | 1 | -0/+3 |
| |