Skip to content

Commit

Permalink
doctest docs rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Wälchli committed Apr 16, 2020
1 parent 41fca97 commit b4a2e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ references:
name: Testing
command: |
python --version ; pip --version ; pip list
py.test pytorch_lightning tests -v --doctest-modules --junitxml=test-reports/pytest_junit.xml
py.test pytorch_lightning tests docs -v --doctest-modules --doctest-glob="*.rst" --junitxml=test-reports/pytest_junit.xml
no_output_timeout: 30m

examples: &examples
Expand Down

0 comments on commit b4a2e83

Please sign in to comment.