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

Commit 5989edd

Browse files
committed
Future-proof metadata check.
1 parent 540668b commit 5989edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- '3.6'
77
install:
88
- pip install .
9-
- pip install docutils # Used to check package metadata.
9+
- pip install docutils pygments # Used to check package metadata.
1010
script:
1111
- python setup.py check --strict --metadata --restructuredtext
1212
- nosetests

0 commit comments

Comments
 (0)