Skip to content

Commit

Permalink
added MANIFEST.in and travis run nose with -v set
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Sep 24, 2018
1 parent aa18560 commit b6e53f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b6e53f9

Please sign in to comment.