1
0
mirror of https://github.com/pythad/nider.git synced 2021-10-12 02:31:02 +03:00

Fixed errors in CONTRIBUTING.rst

This commit is contained in:
Vladyslav Ovchynnykov
2017-07-29 01:26:29 +03:00
parent 7269b1a897
commit c4e33ee240

View File

@@ -101,7 +101,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for PyPy. Check
3. The pull request should work for Python 3.4 and 3.5. Check
https://travis-ci.org/pythad/nider/pull_requests
and make sure that the tests pass for all supported Python versions.
@@ -111,4 +111,4 @@ Tips
To run a subset of tests::
$ python -m unittest tests.test_nider
$ python -m unittest discover tests