File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,15 @@ Make changes
41
41
------------
42
42
43
43
Our package uses continuous integration and code coverage tools for verifying pull requests. Before
44
- submitting, contributor should perform the following checks:
44
+ submitting, contributor should ensure that the following checks do not fail :
45
45
46
- - `Lint (code style) check <https://github.com/dmlc/gluon-nlp/blob/master/Jenkinsfile#L5 >`__.
47
- - `Py2 <https://github.com/dmlc/gluon-nlp/blob/master/Jenkinsfile#L18 >`__ and `Py3 <https://github.com/dmlc/gluon-nlp/blob/master/Jenkinsfile#L28 >`__ tests.
46
+ - Lint (code style)
47
+ - Unittest (running under Python 2 and Python 3)
48
+ - Doctest (running under Python 2 and Python 3)
49
+
50
+ The commands executed by the continuous integration server to perform the tests
51
+ are listed in the `build_steps.groovy file
52
+ <https://github.com/dmlc/gluon-nlp/blob/master/ci/jenkins/build_steps.groovy> `__.
48
53
49
54
Contribute to model zoo
50
55
-----------------------
You can’t perform that action at this time.
0 commit comments