Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
7b54714d
Unverified
Commit
7b54714d
authored
Aug 13, 2019
by
jamarshon
Committed by
GitHub
Aug 13, 2019
Browse files
CI Fix: Remove Python 3.7 (#232)
parent
c67f2fe5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
48 deletions
+2
-48
.circleci/config.yml
.circleci/config.yml
+1
-45
.circleci/config.yml.in
.circleci/config.yml.in
+1
-2
.travis.yml
.travis.yml
+0
-1
No files found.
.circleci/config.yml
View file @
7b54714d
...
@@ -173,9 +173,6 @@ workflows:
...
@@ -173,9 +173,6 @@ workflows:
-
binary_linux_wheel
:
-
binary_linux_wheel
:
name
:
binary_linux_wheel_py3.6
name
:
binary_linux_wheel_py3.6
python_version
:
"
3.6"
python_version
:
"
3.6"
-
binary_linux_wheel
:
name
:
binary_linux_wheel_py3.7
python_version
:
"
3.7"
-
binary_macos_wheel
:
-
binary_macos_wheel
:
name
:
binary_macos_wheel_py2.7
name
:
binary_macos_wheel_py2.7
python_version
:
"
2.7"
python_version
:
"
2.7"
...
@@ -189,9 +186,6 @@ workflows:
...
@@ -189,9 +186,6 @@ workflows:
-
binary_macos_wheel
:
-
binary_macos_wheel
:
name
:
binary_macos_wheel_py3.6
name
:
binary_macos_wheel_py3.6
python_version
:
"
3.6"
python_version
:
"
3.6"
-
binary_macos_wheel
:
name
:
binary_macos_wheel_py3.7
python_version
:
"
3.7"
-
binary_linux_conda
:
-
binary_linux_conda
:
name
:
binary_linux_conda_py2.7
name
:
binary_linux_conda_py2.7
python_version
:
"
2.7"
python_version
:
"
2.7"
...
@@ -201,9 +195,6 @@ workflows:
...
@@ -201,9 +195,6 @@ workflows:
-
binary_linux_conda
:
-
binary_linux_conda
:
name
:
binary_linux_conda_py3.6
name
:
binary_linux_conda_py3.6
python_version
:
"
3.6"
python_version
:
"
3.6"
-
binary_linux_conda
:
name
:
binary_linux_conda_py3.7
python_version
:
"
3.7"
-
binary_macos_conda
:
-
binary_macos_conda
:
name
:
binary_macos_conda_py2.7
name
:
binary_macos_conda_py2.7
python_version
:
"
2.7"
python_version
:
"
2.7"
...
@@ -213,9 +204,6 @@ workflows:
...
@@ -213,9 +204,6 @@ workflows:
-
binary_macos_conda
:
-
binary_macos_conda
:
name
:
binary_macos_conda_py3.6
name
:
binary_macos_conda_py3.6
python_version
:
"
3.6"
python_version
:
"
3.6"
-
binary_macos_conda
:
name
:
binary_macos_conda_py3.7
python_version
:
"
3.7"
nightly
:
nightly
:
triggers
:
triggers
:
...
@@ -261,14 +249,6 @@ workflows:
...
@@ -261,14 +249,6 @@ workflows:
context
:
org-member
context
:
org-member
requires
:
requires
:
-
nightly_binary_linux_wheel_py3.6
-
nightly_binary_linux_wheel_py3.6
-
binary_linux_wheel
:
name
:
nightly_binary_linux_wheel_py3.7
python_version
:
"
3.7"
-
binary_wheel_upload
:
name
:
nightly_binary_linux_wheel_py3.7_upload
context
:
org-member
requires
:
-
nightly_binary_linux_wheel_py3.7
-
binary_macos_wheel
:
-
binary_macos_wheel
:
name
:
nightly_binary_macos_wheel_py2.7
name
:
nightly_binary_macos_wheel_py2.7
python_version
:
"
2.7"
python_version
:
"
2.7"
...
@@ -302,14 +282,6 @@ workflows:
...
@@ -302,14 +282,6 @@ workflows:
context
:
org-member
context
:
org-member
requires
:
requires
:
-
nightly_binary_macos_wheel_py3.6
-
nightly_binary_macos_wheel_py3.6
-
binary_macos_wheel
:
name
:
nightly_binary_macos_wheel_py3.7
python_version
:
"
3.7"
-
binary_wheel_upload
:
name
:
nightly_binary_macos_wheel_py3.7_upload
context
:
org-member
requires
:
-
nightly_binary_macos_wheel_py3.7
-
binary_linux_conda
:
-
binary_linux_conda
:
name
:
nightly_binary_linux_conda_py2.7
name
:
nightly_binary_linux_conda_py2.7
python_version
:
"
2.7"
python_version
:
"
2.7"
...
@@ -334,14 +306,6 @@ workflows:
...
@@ -334,14 +306,6 @@ workflows:
context
:
org-member
context
:
org-member
requires
:
requires
:
-
nightly_binary_linux_conda_py3.6
-
nightly_binary_linux_conda_py3.6
-
binary_linux_conda
:
name
:
nightly_binary_linux_conda_py3.7
python_version
:
"
3.7"
-
binary_conda_upload
:
name
:
nightly_binary_linux_conda_py3.7_upload
context
:
org-member
requires
:
-
nightly_binary_linux_conda_py3.7
-
binary_macos_conda
:
-
binary_macos_conda
:
name
:
nightly_binary_macos_conda_py2.7
name
:
nightly_binary_macos_conda_py2.7
python_version
:
"
2.7"
python_version
:
"
2.7"
...
@@ -366,11 +330,3 @@ workflows:
...
@@ -366,11 +330,3 @@ workflows:
context
:
org-member
context
:
org-member
requires
:
requires
:
-
nightly_binary_macos_conda_py3.6
-
nightly_binary_macos_conda_py3.6
\ No newline at end of file
-
binary_macos_conda
:
name
:
nightly_binary_macos_conda_py3.7
python_version
:
"
3.7"
-
binary_conda_upload
:
name
:
nightly_binary_macos_conda_py3.7_upload
context
:
org-member
requires
:
-
nightly_binary_macos_conda_py3.7
.circleci/config.yml.in
View file @
7b54714d
...
@@ -176,7 +176,7 @@ jobs:
...
@@ -176,7 +176,7 @@ jobs:
{%- macro workflows(prefix='', upload=False) %}
{%- macro workflows(prefix='', upload=False) %}
{%- for btype in ["wheel", "conda"] -%}
{%- for btype in ["wheel", "conda"] -%}
{%- for os in ["linux", "macos"] -%}
{%- for os in ["linux", "macos"] -%}
{%- for python_version in ["2.7", "3.5", "3.6"
, "3.7"
] -%}
{%- for python_version in ["2.7", "3.5", "3.6"] -%}
{%- for unicode in ([False, True] if btype == "wheel" and python_version == "2.7" else [False]) -%}
{%- for unicode in ([False, True] if btype == "wheel" and python_version == "2.7" else [False]) -%}
{{ workflow(btype, os, python_version, unicode, prefix=prefix, upload=upload) }}
{{ workflow(btype, os, python_version, unicode, prefix=prefix, upload=upload) }}
{%- endfor -%}
{%- endfor -%}
...
@@ -204,4 +204,3 @@ workflows:
...
@@ -204,4 +204,3 @@ workflows:
jobs:
jobs:
- circleci_consistency
- circleci_consistency
{{ workflows(prefix="nightly_", upload=True) }}
{{ workflows(prefix="nightly_", upload=True) }}
.travis.yml
View file @
7b54714d
...
@@ -12,7 +12,6 @@ cache:
...
@@ -12,7 +12,6 @@ cache:
matrix
:
matrix
:
fast_finish
:
true
fast_finish
:
true
include
:
include
:
-
env
:
PYTHON_VERSION="3.7"
-
env
:
PYTHON_VERSION="3.6"
-
env
:
PYTHON_VERSION="3.6"
# TODO add this back in when there is a pytorch 1.2 for python 3.5
# TODO add this back in when there is a pytorch 1.2 for python 3.5
-
env
:
PYTHON_VERSION="3.5" RUN_FLAKE8="true" SKIP_TESTS="true"
-
env
:
PYTHON_VERSION="3.5" RUN_FLAKE8="true" SKIP_TESTS="true"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment