Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 29359949: Noissue - Add README [buildtools] (Closed)
Patch Set: Don't bother document how to install Tox Created Oct. 27, 2016, 3:13 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Buildtools
2
3 ## Introduction
4
5 Tools used to produce builds and releases of the Adblock Plus browser
6 extensions. Intended to be used as a dependency by the extension repositories,
7 not directly.
8
9
10 ## Usage
11
12 Please refer to the documentation of the extension repositories for usage
13 instructions.
14
15
16 ## Tests
17
18 As per the [Python Coding Style guide](https://adblockplus.org/en/coding-style#p ython)
19 this repository can be linted and tested using [Tox](https://pypi.python.org/pyp i/tox).
20
21 Once [Tox is installed](https://tox.readthedocs.io/en/latest/install.html) it's
22 easy to lint and run the tests:
23
24 tox
25
26 _(Tox will take care of installing the other dependencies such as flake8 and
27 flake8-abp inside a virtualenv.)_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld