Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/contributors #7

Merged
merged 6 commits into from Mar 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions AUTHORS.rst
@@ -0,0 +1,13 @@
Credits
=======

flake8-junit-report is written and maintained by `Carlos Goce
<https://github.com/carlosgoce>`.

Contributors
------------

- `Marko Tibold <https://github.com/markotibold>`
- `Miguel González <https://github.com/migonzalvar>`

Please add yourself here alphabetically when you submit your first pull request.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -43,3 +43,11 @@ Running the tests

$ pip install -r requirements_dev.txt
$ nosetests

Contributions
-------------
.. _Authors: AUTHORS.rst

Check `authors file`_.

.. _authors file: AUTHORS.rst
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
skipsdist=True
envlist=py27,py27,py34
envlist=py26,py27,py34

[testenv]
deps=-rrequirements_dev.txt
Expand Down