travis
This commit is contained in:
parent
9824cbd410
commit
023d0ed0be
2 changed files with 5 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,4 +4,5 @@ _trial_temp/
|
|||
build/
|
||||
dist/
|
||||
.coverage
|
||||
.mypy_cache/
|
||||
.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