Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Jun 2, 2016
2 parents 5fd5297 + b9ad7be commit c6d1590
Show file tree
Hide file tree
Showing 8 changed files with 452 additions and 533 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,9 +22,9 @@ matrix:
git:
depth: 9999999
- python: 3.5
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py"
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py ./test/pathod/test_language_generators.py"
- python: 3.5
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py" NO_ALPN=1
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py ./test/pathod/test_language_generators.py" NO_ALPN=1
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -33,6 +33,13 @@ You can join our developer chat on Slack.
|slack|


Installation
------------

The installation instructions are `here <http://docs.mitmproxy.org/en/stable/install.html>`_.
If you want to contribute changes, see the section on hacking.


Hacking
-------

Expand Down
4 changes: 3 additions & 1 deletion issue_template.md
@@ -1,4 +1,3 @@
<!-- Please use the mitmproxy forums (https://discourse.mitmproxy.org/) for support/how-to questions. Thanks! :) -->
##### Steps to reproduce the problem:

1.
Expand All @@ -18,3 +17,6 @@

Mitmproxy Version:
Operating System:


<!-- Please use the mitmproxy forums (https://discourse.mitmproxy.org/) for support/how-to questions. Thanks! :) -->

0 comments on commit c6d1590

Please sign in to comment.