From 3628cbceafef795f4889229ca3aed2bfb9fb26a8 Mon Sep 17 00:00:00 2001 From: makdon Date: Sun, 21 Jul 2019 21:25:29 +0800 Subject: [PATCH] Add version '3.7' and a comma in "Running the test" of contributing guide. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 80d77164..d9c7bf09 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -134,7 +134,7 @@ suite when you submit your pull request. The full test suite takes a long time to run because it tests multiple combinations of Python and dependencies. You need to have Python 2.7, 3.4, -3.5 3.6, and PyPy 2.7 installed to run all of the environments. Then run:: +3.5, 3.6, 3.7 and PyPy 2.7 installed to run all of the environments. Then run:: tox