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/
|
build/
|
||||||
dist/
|
dist/
|
||||||
.coverage
|
.coverage
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
aioupnp.spec
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue