aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* use travis workaround for py37Thomas Kriechbaumer2018-09-071-0/+2
|
* Python 3.7 is hereThomas Kriechbaumer2018-09-071-1/+1
|
* Merge pull request #3188 from Kriechi/py36-checkAldo Cortesi2018-06-141-0/+2
|\ | | | | fix syntax-error on older python interpreters
| * fix syntax-error on older python interpretersThomas Kriechbaumer2018-06-081-0/+2
| |
* | bump hugoThomas Kriechbaumer2018-06-051-1/+1
|/
* Such CI, Very Wow. (#3182)Maximilian Hils2018-06-021-1/+7
|
* add docker to the main repositoryThomas Kriechbaumer2018-05-191-11/+11
|
* test on Python 3.7-devThomas Kriechbaumer2018-05-131-0/+2
|
* Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-311-6/+3
| | | | fixes #2266
* docs: add auto-generated options referenceThomas Kriechbaumer2018-03-251-5/+5
|
* release: build wheelAldo Cortesi2018-03-071-1/+1
|
* release: cleanup and re-enable all our Travis testsAldo Cortesi2018-03-071-33/+33
| | | | Wheels are yet to come.
* release: revamped release upload processAldo Cortesi2018-03-071-27/+24
|
* docs: enable upload to docs.mitmproxy.org/masterAldo Cortesi2018-03-071-25/+36
|
* All new documentationAldo Cortesi2018-02-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch does a lot. - Ditch sphinx in favor of hugo. This gives us complete control of the layout and presentation of our docs. Henceforth, docs will be hosted on our website rather than ReadTheDocs. - Create a simple, clean doc layout and theme. - Remove large parts of the documentaion. I've ditched anything that was a) woefully out of date, b) too detailed, or c) too hard to maintain in the long term. - Huge updates to the docs themselves: completely rewrite addons documentation, add docs for core concepts like commands and options, and revise and tweak a lot of the existing docs. With this patch, we're also changing the way we publish and maintain the docs. From now on, we don't publish docs for every release. Instead, the website will contain ONE set of docs for each major release. The online docs will be updated if needed as minor releases are made. Docs are free to improve during minor releases, but anything that changes behaviour sufficiently to require a doc change warrants a new major release. This also leaves us free to progressively update and improve docs out of step with our release cadence. With this new scheme, I feel CI over the docs is less important. I've removed it for now, but won't object if someone wants to add it back in.
* pin snapshot server hostkey, update pysftpMaximilian Hils2018-01-041-0/+1
|
* travis: build binaries on precise to lessen glibc reqs, refs #2445Maximilian Hils2017-08-211-0/+1
|
* use py36 where possibleMaximilian Hils2017-08-051-2/+2
|
* update travisThomas Kriechbaumer2017-07-241-28/+6
|
* disable double requires-io-master CI buildsThomas Kriechbaumer2017-05-191-1/+5
|
* Increase net.tcp.py coverage (#2336)Ujjwal Verma2017-05-171-3/+3
|
* [web] Add JS coverage to codecov.Matthew Shao2017-03-261-2/+4
|
* Update .travis.yml to fix the failure about yarnMatthew Shao2017-03-141-1/+3
|
* [web] remove node tests on travisMatthew Shao2017-03-111-3/+0
|
* Update .travis.ymlMatthew Shao2017-03-081-9/+6
|
* Add javascript tests to Travis CI. (#2093)Matthew Shao2017-03-081-0/+15
|
* add individual-coverage checkThomas Kriechbaumer2017-02-161-0/+2
|
* nuke pypyThomas Kriechbaumer2017-02-121-2/+1
|
* Update .travis.ymlThomas Kriechbaumer2017-02-101-3/+2
| | | otherwise `mitmproxy --version` fails because `git describe` might fail fetching the distance to the last release tag
* add test coverage protectionThomas Kriechbaumer2017-02-021-1/+1
|
* turns out we need thisMaximilian Hils2016-12-271-0/+1
|
* run tests on Python 3.6Thomas Kriechbaumer2016-12-271-0/+9
|
* simplify ALPN and OpenSSL on macOSThomas Kriechbaumer2016-12-041-16/+18
|
* fix pyinstallerMaximilian Hils2016-11-281-8/+11
| | | amongst other things, fix #1746
* fix travisMaximilian Hils2016-10-271-0/+2
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-1/+1
|
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-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 defaultMaximilian Hils2016-09-211-1/+1
|
* cleanup travisThomas Kriechbaumer2016-09-011-1/+1
|
* minor fixesMaximilian Hils2016-07-291-1/+1
|
* clean up release tool, build linux binariesMaximilian Hils2016-07-291-5/+5
|
* re-enable OSX builds on travis (#1411)Maximilian Hils2016-07-221-4/+4
|
* Disable OSX tests on Travis for nowAldo Cortesi2016-07-141-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 snapshotsThomas Kriechbaumer2016-07-101-13/+20
|
* revert travis osx changesThomas Kriechbaumer2016-07-091-9/+10
|
* fix pip install on osx travisThomas Kriechbaumer2016-07-091-1/+1
|
* upgrade pip on osx travisThomas Kriechbaumer2016-07-091-0/+2
|
* update osx travisThomas Kriechbaumer2016-07-091-10/+7
|
* travis: move osx test to the topMaximilian Hils2016-07-091-6/+6
| | | OSX is the slow one, so it should start straight away.
* reorder travis jobsThomas Kriechbaumer2016-07-071-7/+7
|