Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Install [test-runner] in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap committed Feb 11, 2020
1 parent 5a71f8c commit 920fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- '3.6'
- '3.7'
install:
- pip install .[docs-builder]
- pip install .[docs-builder,test-runner]
- pip install docutils pygments # Used to check package metadata.
script:
- python setup.py check --strict --metadata --restructuredtext
Expand Down

0 comments on commit 920fb67

Please sign in to comment.