File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Development environment
20
20
21
21
Tox is used to manage both local development and CI environment.
22
22
23
- The recommended local dev enviroment is `tox -e py27 -test-dev `
23
+ The recommended local dev enviroment is `tox -e py38 -test-dev `
24
24
25
25
When running on local dev env, you will get a coverage report for whole
26
26
code as well as for the changes since `master `.
@@ -32,8 +32,8 @@ The reports are also produced in HTML at:
32
32
You can run a subset of the test by passing the dotted path to the test or
33
33
test case, test module or test package::
34
34
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
37
37
38
38
39
39
Release notes
You can’t perform that action at this time.
0 commit comments