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

Commit

Permalink
Future-proof metadata check.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Jan 28, 2018
1 parent 540668b commit 5989edd
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 @@ -6,7 +6,7 @@ python:
- '3.6'
install:
- pip install .
- pip install docutils # Used to check package metadata.
- pip install docutils pygments # Used to check package metadata.
script:
- python setup.py check --strict --metadata --restructuredtext
- nosetests
Expand Down

0 comments on commit 5989edd

Please sign in to comment.