Update contributing docs
This commit is contained in:
parent
2398a58526
commit
1959a76393
@ -5,12 +5,6 @@ The Compiler <mail@qutebrowser.org>
|
||||
:data-uri:
|
||||
:toc:
|
||||
|
||||
IMPORTANT: I'm currently (July 2017) more busy than usual until September,
|
||||
because of exams coming up. In addition to that, a new config system is coming
|
||||
which will conflict with many non-trivial contributions. Because of that, please
|
||||
refrain from contributing new features until then. If you're reading this note
|
||||
after mid-September, please open an issue.
|
||||
|
||||
I `<3` footnote:[Of course, that says `<3` in HTML.] contributors!
|
||||
|
||||
This document contains guidelines for contributing to qutebrowser, as well as
|
||||
@ -104,10 +98,9 @@ unittests and several linters/checkers.
|
||||
Currently, the following tox environments are available:
|
||||
|
||||
* Tests using https://www.pytest.org[pytest]:
|
||||
- `py34`: Run pytest for python-3.4.
|
||||
- `py35`: Run pytest for python-3.5.
|
||||
- `py34-cov`: Run pytest for python-3.4 with code coverage report.
|
||||
- `py35-cov`: Run pytest for python-3.5 with code coverage report.
|
||||
- `py35`, `py36`: Run pytest for python 3.5/3.6 with the system-wide PyQt.
|
||||
- `py36-pyqt57`, ..., `py36-pyqt59`: Run pytest with the given PyQt version (`py35-*` also works)
|
||||
- `py36-pyqt59-cov`: Run with coverage support (other Python/PyQt versions work too)
|
||||
* `flake8`: Run https://pypi.python.org/pypi/flake8[flake8] checks:
|
||||
https://pypi.python.org/pypi/pyflakes[pyflakes],
|
||||
https://pypi.python.org/pypi/pep8[pep8],
|
||||
|
Loading…
Reference in New Issue
Block a user