Skip to content

Commit

Permalink
Minor changes to contributing and license docs
Browse files Browse the repository at this point in the history
  • Loading branch information
txels committed Jan 27, 2015
1 parent a96252f commit 672c935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Your PRs are more likely to be merged quickly if:

## Building

PRs to `ddt` are always built by Travis-CI on Python 2 and 3.

The simplest way to build `ddt` is using `tox`:
If you want to build `ddt` locally, the simplest way is to use `tox`:

```
pip install tox
Expand All @@ -24,9 +25,7 @@ This will run tests on various releases of python (2 and 3, as long as they
are installed in your computer), run `flake8` and build the Sphinx
documentation.

PRs to `ddt` are always built by travis-ci using tox.

Alternatively, if you ony want to run tests on your active version of python,
Alternatively, if you only want to run tests on your active version of python,
I recommend you make yourself a virtual environment and:

```
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[MIT License](http://mit-license.org/)
([MIT License](http://mit-license.org/))

0 comments on commit 672c935

Please sign in to comment.