Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [web] Add JS coverage to codecov. | Matthew Shao | 2017-03-26 | 1 | -2/+4 |
| | |||||
* | Update .travis.yml to fix the failure about yarn | Matthew Shao | 2017-03-14 | 1 | -1/+3 |
| | |||||
* | [web] remove node tests on travis | Matthew Shao | 2017-03-11 | 1 | -3/+0 |
| | |||||
* | Update .travis.yml | Matthew Shao | 2017-03-08 | 1 | -9/+6 |
| | |||||
* | Add javascript tests to Travis CI. (#2093) | Matthew Shao | 2017-03-08 | 1 | -0/+15 |
| | |||||
* | add individual-coverage check | Thomas Kriechbaumer | 2017-02-16 | 1 | -0/+2 |
| | |||||
* | nuke pypy | Thomas Kriechbaumer | 2017-02-12 | 1 | -2/+1 |
| | |||||
* | Update .travis.yml | Thomas Kriechbaumer | 2017-02-10 | 1 | -3/+2 |
| | | | otherwise `mitmproxy --version` fails because `git describe` might fail fetching the distance to the last release tag | ||||
* | add test coverage protection | Thomas Kriechbaumer | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | turns out we need this | Maximilian Hils | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | run tests on Python 3.6 | Thomas Kriechbaumer | 2016-12-27 | 1 | -0/+9 |
| | |||||
* | simplify ALPN and OpenSSL on macOS | Thomas Kriechbaumer | 2016-12-04 | 1 | -16/+18 |
| | |||||
* | fix pyinstaller | Maximilian Hils | 2016-11-28 | 1 | -8/+11 |
| | | | amongst other things, fix #1746 | ||||
* | fix travis | Maximilian Hils | 2016-10-27 | 1 | -0/+2 |
| | |||||
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | First-order conversion to Python3-only | Aldo Cortesi | 2016-10-17 | 1 | -4/+0 |
| | | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works. | ||||
* | ci: enable verbose test logging by default | Maximilian Hils | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | cleanup travis | Thomas Kriechbaumer | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | minor fixes | Maximilian Hils | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | clean up release tool, build linux binaries | Maximilian Hils | 2016-07-29 | 1 | -5/+5 |
| | |||||
* | re-enable OSX builds on travis (#1411) | Maximilian Hils | 2016-07-22 | 1 | -4/+4 |
| | |||||
* | Disable OSX tests on Travis for now | Aldo Cortesi | 2016-07-14 | 1 | -4/+4 |
| | | | | | | We'll re-enable as soon as this is sorted out: https://github.com/travis-ci/travis-ci/issues/6303 | ||||
* | move OSX Travis job to py3 for snapshots | Thomas Kriechbaumer | 2016-07-10 | 1 | -13/+20 |
| | |||||
* | revert travis osx changes | Thomas Kriechbaumer | 2016-07-09 | 1 | -9/+10 |
| | |||||
* | fix pip install on osx travis | Thomas Kriechbaumer | 2016-07-09 | 1 | -1/+1 |
| | |||||
* | upgrade pip on osx travis | Thomas Kriechbaumer | 2016-07-09 | 1 | -0/+2 |
| | |||||
* | update osx travis | Thomas Kriechbaumer | 2016-07-09 | 1 | -10/+7 |
| | |||||
* | travis: move osx test to the top | Maximilian Hils | 2016-07-09 | 1 | -6/+6 |
| | | | OSX is the slow one, so it should start straight away. | ||||
* | reorder travis jobs | Thomas Kriechbaumer | 2016-07-07 | 1 | -7/+7 |
| | |||||
* | 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 |
| |