Skip to content

Commit a677ce4

Browse files
authored
Merge pull request #197 from graingert/fix-tox-docs
update tox docs to python 3.8
2 parents 1e074eb + 09582fe commit a677ce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: CONTRIBUTING.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Development environment
2020

2121
Tox is used to manage both local development and CI environment.
2222

23-
The recommended local dev enviroment is `tox -e py27-test-dev`
23+
The recommended local dev enviroment is `tox -e py38-test-dev`
2424

2525
When running on local dev env, you will get a coverage report for whole
2626
code as well as for the changes since `master`.
@@ -32,8 +32,8 @@ The reports are also produced in HTML at:
3232
You can run a subset of the test by passing the dotted path to the test or
3333
test case, test module or test package::
3434

35-
tox -e py27-test-dev ldaptor.test.test_delta.TestModifyOp.testAsLDIF
36-
tox -e py27-test-dev ldaptor.test.test_usage
35+
tox -e py38-test-dev ldaptor.test.test_delta.TestModifyOp.testAsLDIF
36+
tox -e py38-test-dev ldaptor.test.test_usage
3737

3838

3939
Release notes

0 commit comments

Comments
 (0)