From b6e53f976e05d45b6aeb8880e78d6de62631b113 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Mon, 24 Sep 2018 00:17:28 -0700 Subject: [PATCH] added MANIFEST.in and travis run nose with -v set --- .travis.yml | 2 +- MANIFEST.in | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/.travis.yml b/.travis.yml index f0fe4415..f540b18d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ install: script: - pipenv run ipython -c "__import__('pyontutils.config').config.bootstrap_config()" - - pipenv run nosetests --with-coverage --cover-tests --cover-package=pyontutils + - pipenv run nosetests --verbose --with-coverage --cover-tests --cover-package=pyontutils after_success: - if [[ $HAS_COVERALLS ]] ; then coveralls ; fi diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..bec6ad95 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,12 @@ +recursive-exclude export * +recursive-exclude complete * +recursive-exclude ilxutils * +recursive-exclude development * +recursive-exclude pyontutils.egg-info * +exclude .gitignore +exclude .travis.yml +exclude MANIFEST.in +exclude *.rkt +exclude *.csv +exclude *.json +