Skip to content

Commit

Permalink
CI: upload a stub to pythonhosted.org
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Aug 6, 2016
1 parent 5314192 commit 0b930e3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ deploy:
password:
secure: CJxSxCcPAebJP0YtRVg30ZuWNZYb7Y6WJVTDuH9c59NDqCpE6y1UfXFyj9zunM3pXrfxgvh+pVA4r4dzrI8n4+OBcqlWFfumZjDhYLM2luruKc+IxVf3mEw3p5v+77ssCkWHhmN7Auh/nIQMYtNp2p8TmO+yJA7Yd4oRnGNMPv/dEAKQlOGAYwI6i1rn+orknI+8q2cc7bmgeEUC97lMl9yhmF55aWycH+XGBVkFUiiu3/LLKzP2NG4YMTah7wFzclbPFqK4BK24Vwid0EXzQx1lEWmRyblo9msmeotD4qSCU4hwUYz5lZP4OCWkwqAA20xouK0tg17S3yq+glf4CQzEOCuCLa3r7VfgJW8ddfZ0J8rarVln8w+V22qsCvicTzRBZgEhwhZhQkHt5lOCwRJ62XgKJ6me9r+xlMYAy5QhDfj3KHUqV+om6Plj/nS/5AHduqTwRqd/mAOSIonMf/1ATYH7+Vk1HuHZPrKTqnbSrh4sdCqgWydgcVhbcF1nynxDwuG57znn6odLmMa90p/O2OdA+J2/1T4OL4akqmkf9mSZep/3nR/0fCN5AETDqdglWAG4EjNHWOnzgMsMKOyBkwn6bX0RCeXiVu13xNxalN4Od4s+//ErFkjJ70awI5Y55O+ZzUQ7ggBqhpvkRrLhL8zbDP4H+F38txAUqtw=
distributions: "sdist bdist_wheel"
# Travis insists on uploading the docs --
# https://github.com/travis-ci/dpl/issues/334 --
# but we can tell it to upload a stub instead of the actual docs.
docs_dir: pythonhosted.org
21 changes: 21 additions & 0 deletions pythonhosted.org/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>

<html>

<head>
<title>mitmproxy-HTTPolice documentation</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="0; url=http://mitmproxy-httpolice.readthedocs.io/">
</head>

<body>
<p>
The mitmproxy-HTTPolice documentation is located at <a href="http://mitmproxy-httpolice.readthedocs.io/">Read the Docs</a>.
</p>
<p>
If you are not redirected automatically, click here:
<a href="http://mitmproxy-httpolice.readthedocs.io/">http://mitmproxy-httpolice.readthedocs.io/</a>
</p>
</body>

</html>

0 comments on commit 0b930e3

Please sign in to comment.