Skip to content

Commit

Permalink
added documentation urls
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed May 9, 2019
1 parent c7065f3 commit 391ba86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ tox-envreport
:target: https://travis-ci.org/useblocks/tox-envreport
:alt: See Build Status on Travis CI

.. image:: https://ci.appveyor.com/api/projects/status/github/useblocks/tox-envreport?branch=master
:target: https://ci.appveyor.com/project/useblocks/tox-envreport/branch/master
:alt: See Build Status on AppVeyor


`tox-envreport` is a plugin for `tox <https://tox.readthedocs.io/en/latest/>`_
to document the setup of used virtual environments.

Collected information are stored in a file called ``env_report.json`` inside the `.tox` folder.
For example: ``MY_PROJECT/.tox/env_report.json``.

**Documentation**: https://tox-envreport.readthedocs.io/en/latest/

Installation
------------
``pip install tox-envreport``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):
author_email='team@useblocks.com',
maintainer='team useblocks',
maintainer_email='team@useblocks.com',
url='https://github.com/useblocks/tox-envreport',
url='https://tox-envreport.readthedocs.io',
packages=find_packages(),
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
install_requires=['tox>=3.0.0'],
Expand Down

0 comments on commit 391ba86

Please sign in to comment.