-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: Allow failures of -dev versions.
- Loading branch information
1 parent
c9b38b2
commit e6aa2ec
Showing
24 changed files
with
98 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ stages: | |
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# This file is managed by 'repo_helper'. Don't edit it directly. | ||
--- | ||
|
||
language: python | ||
dist: bionic | ||
cache: pip | ||
python: | ||
- '3.6' | ||
- '3.7' | ||
- '3.8' | ||
- '3.9' | ||
- '3.10-dev' | ||
|
||
arch: | ||
- amd64 | ||
- arm64 | ||
install: | ||
- sudo apt update | ||
|
||
- pip install --upgrade pip isort black | ||
- pip install tox tox-travis | ||
|
||
- sudo apt install python3-gi | ||
|
||
script: | ||
- tox -vv | ||
|
||
|
||
stages: | ||
- test | ||
- deploy_pypi | ||
|
||
|
||
jobs: | ||
allow_failures: | ||
- arch: arm64 | ||
- python: ['3.10-dev'] | ||
|
||
exclude: | ||
- python: '3.7' | ||
arch: arm64 | ||
- python: '3.8' | ||
arch: arm64 | ||
- python: '3.9' | ||
arch: arm64 | ||
- python: '3.10-dev' | ||
arch: arm64 | ||
|
||
include: | ||
- stage: test | ||
dist: bionic | ||
python: 3.8 | ||
|
||
- stage: deploy_pypi | ||
python: "3.6" | ||
script: skip | ||
deploy: | ||
on: | ||
tags: true | ||
repo: octocat/hello-world | ||
provider: pypi | ||
user: "DomDF" | ||
password: | ||
secure: 1234abcd | ||
distributions: "sdist bdist_wheel" | ||
skip_existing: true |