Skip to content

Commit

Permalink
rst-lint on Doc/ folder too
Browse files Browse the repository at this point in the history
Currently just Doc/doc.rst from the CodonAlign work.

Note I would like to run 'rst-lint --level warning .'
but currently that breaks due to the tools' own test
cases present under the .tox folder.
  • Loading branch information
peterjc committed Nov 14, 2018
1 parent f7cabb0 commit e6cc67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-tox.ini
Expand Up @@ -105,7 +105,7 @@ commands =
flake8 Tests/
# Now do various checks on our RST files:
# Calling via bash to get it to expand the wildcard for us
bash -c \'rst-lint --level warning *.rst\'
bash -c \'rst-lint --level warning *.rst Doc\'
# Check sort order (bash call work around for pipe character)
bash -c \'grep "^- " CONTRIB.rst | LC_ALL=C sort -u -c -f\'
# Check copyright date
Expand Down

0 comments on commit e6cc67b

Please sign in to comment.