Skip to content

Commit

Permalink
updated Contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Dec 3, 2020
1 parent 343b093 commit 003bc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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 3.6, 3.7 and 3.8, and for PyPy. Check
3. The pull request should work for Python 3.6, 3.7, 3.8 and 3.9, and for PyPy. Check
https://github.com/toluaina/pgsync/pulls
and make sure that the tests pass for all supported Python versions.

Expand All @@ -111,7 +111,7 @@ Tips

To run a subset of tests::

$ py.test tests.test_pgsync
$ py.test tests/test_base.py


Deploying
Expand Down

0 comments on commit 003bc1d

Please sign in to comment.