aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* don't cache tox on CIMaximilian Hils2016-07-051-5/+1
|
* minor fixesMaximilian Hils2016-06-281-1/+0
|
* compile docs on python 3.5Maximilian Hils2016-06-281-1/+1
|
* resilence Cryptography_locking_cbMaximilian Hils2016-06-281-1/+1
|
* simplify tox setupMaximilian Hils2016-06-281-9/+14
|
* We're not using tox-travis any more - ditch it.Aldo Cortesi2016-06-101-1/+1
|
* Distinguish between CI and interactive versions of toxAldo Cortesi2016-06-101-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 TravisThomas Kriechbaumer2016-06-071-18/+15
|
* don't declare codecov as dev dependencyMaximilian Hils2016-06-071-1/+1
|
* use codecov pypi packageMaximilian Hils2016-06-071-1/+1
|
* Merge branch 'port-pathod-language-writer'Maximilian Hils2016-06-071-2/+2
|\
| * Reenable pathod.language.writer testsMaximilian Hils2016-06-061-2/+2
| | | | | | | | This reverts commit 1e1b4fd88dd16b3b6b8c2cbf9337cba4dffa6c68.
* | Merge pull request #1216 from dufferzafar/pathod-lang-wsMaximilian Hils2016-06-061-2/+2
|\ \ | | | | | | Python 3 - pathod.language.websocket
| * | Enable Travis for test/pathod/test_language_websocketShadab Zafar2016-06-071-2/+2
| | |