We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e2274 commit 266c4bdCopy full SHA for 266c4bd
.travis.yml
@@ -20,4 +20,5 @@ script:
20
- python setup.py sdist -d ${SDIST_DIR}/ --format=gztar
21
- twine check ${SDIST_DIR}/*
22
- check-manifest -p python ${PWD}
23
- - pip install $(ls ${SDIST_DIR})
+ - cd ${SDIST_DIR}
24
+ - install $(ls ${SDIST_DIR})
requirements.txt
@@ -4,3 +4,4 @@ numpy
4
codecov
5
twine
6
check-manifest
7
+readme_render[md]
0 commit comments