This commit is contained in:
Jack Robison 2018-10-18 12:56:51 -04:00
parent 9824cbd410
commit 023d0ed0be
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View file

@ -4,4 +4,5 @@ _trial_temp/
build/ build/
dist/ dist/
.coverage .coverage
.mypy_cache/ .mypy_cache/
aioupnp.spec

View file

@ -56,6 +56,9 @@ jobs:
osx_image: xcode9.4 osx_image: xcode9.4
language: generic language: generic
env: OS=mac env: OS=mac
install:
- pip3 install pyinstaller
- pip3 install -e .
- <<: *build - <<: *build
name: "Windows" name: "Windows"