diff --git a/.travis.yml b/.travis.yml index 9140c2f10..2aae5823c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_install: - bash scripts/setup-osx.sh install: - export PYFA_VERSION="$(python3 scripts/dump_version.py)" + - python3 ./scripts/effect_rollup.py - bash scripts/package-osx.sh before_deploy: - export RELEASE_PKG_FILE=$(ls *.deb) diff --git a/dist_assets/mac/pyfa.spec b/dist_assets/mac/pyfa.spec index 1e1f35711..a461774de 100644 --- a/dist_assets/mac/pyfa.spec +++ b/dist_assets/mac/pyfa.spec @@ -35,7 +35,7 @@ import_these = [ icon = os.path.join(os.getcwd(), "dist_assets", "mac", "pyfa.icns") # Walk directories that do dynamic importing -paths = ('eos/effects', 'eos/db/migrations', 'service/conversions') +paths = ('eos/db/migrations', 'service/conversions') for root, folders, files in chain.from_iterable(os.walk(path) for path in paths): for file_ in files: if file_.endswith(".py") and not file_.startswith("_"):