diff --git a/.gitignore b/.gitignore index 4b0cdd5..28fe439 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ _trial_temp/ build/ dist/ .coverage -.mypy_cache/ \ No newline at end of file +.mypy_cache/ +aioupnp.spec diff --git a/.travis.yml b/.travis.yml index 78e4045..6d39d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,9 @@ jobs: osx_image: xcode9.4 language: generic env: OS=mac + install: + - pip3 install pyinstaller + - pip3 install -e . - <<: *build name: "Windows"