Skip to content

Commit 672c935

Browse files
committedJan 27, 2015
Minor changes to contributing and license docs
1 parent a96252f commit 672c935

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎CONTRIBUTING.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Your PRs are more likely to be merged quickly if:
1212

1313
## Building
1414

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

16-
The simplest way to build `ddt` is using `tox`:
17+
If you want to build `ddt` locally, the simplest way is to use `tox`:
1718

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

27-
PRs to `ddt` are always built by travis-ci using tox.
28-
29-
Alternatively, if you ony want to run tests on your active version of python,
28+
Alternatively, if you only want to run tests on your active version of python,
3029
I recommend you make yourself a virtual environment and:
3130

3231
```

‎LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
SOFTWARE.
2020

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

0 commit comments

Comments
 (0)
Please sign in to comment.