travis
This commit is contained in:
parent
9824cbd410
commit
023d0ed0be
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ build/
|
|||
dist/
|
||||
.coverage
|
||||
.mypy_cache/
|
||||
aioupnp.spec
|
||||
|
|
|
@ -56,6 +56,9 @@ jobs:
|
|||
osx_image: xcode9.4
|
||||
language: generic
|
||||
env: OS=mac
|
||||
install:
|
||||
- pip3 install pyinstaller
|
||||
- pip3 install -e .
|
||||
|
||||
- <<: *build
|
||||
name: "Windows"
|
||||
|
|
Loading…
Reference in a new issue