Skip to content

Commit 266c4bd

Browse files
committed
[ci] fix readme rendering check + sdist install
1 parent b6e2274 commit 266c4bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ script:
2020
- python setup.py sdist -d ${SDIST_DIR}/ --format=gztar
2121
- twine check ${SDIST_DIR}/*
2222
- check-manifest -p python ${PWD}
23-
- pip install $(ls ${SDIST_DIR})
23+
- cd ${SDIST_DIR}
24+
- install $(ls ${SDIST_DIR})

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ numpy
44
codecov
55
twine
66
check-manifest
7+
readme_render[md]

0 commit comments

Comments
 (0)