Skip to content

Commit

Permalink
explicitly include MD files & fix release test
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 29, 2016
1 parent c1cf3e9 commit f34d4ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include gittaggers.py Makefile
include schema_salad/tests/*
include schema_salad/tests/test_schema/*.md
include schema_salad/tests/test_schema/*.yml
include schema_salad/tests/test_schema/*.cwl
include schema_salad/metaschema/*
global-exclude *.pyc
7 changes: 4 additions & 3 deletions release-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ rm lib/python-wheels/setuptools* \
&& pip install setuptools==20.10.1
pip install ${package}*tar.gz
pip install pytest
tar xzf ${package}*tar.gz
cd ${package}*
mkdir out
tar --extract --directory=out -z -f ${package}*.tar.gz
cd out/${package}*
make dist
make test
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install
mkdir ../not-${module}
pushd ../not-${module} ; ../bin/${run_tests}; popd
pushd ../not-${module} ; ../../bin/${run_tests}; popd

0 comments on commit f34d4ac

Please sign in to comment.