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
chenpangpang
transformers
Commits
15dda5ea
Commit
15dda5ea
authored
Dec 20, 2019
by
thomwolf
Browse files
remove python 2 tests for circle-ci cc @aaugustin @julien-c @LysandreJik
parent
01ffc65e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
.circleci/config.yml
.circleci/config.yml
+0
-28
No files found.
.circleci/config.yml
View file @
15dda5ea
...
@@ -44,32 +44,6 @@ jobs:
...
@@ -44,32 +44,6 @@ jobs:
-
run
:
sudo pip install tensorboardX scikit-learn
-
run
:
sudo pip install tensorboardX scikit-learn
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
codecov
-
run
:
codecov
build_py2_torch
:
working_directory
:
~/transformers
resource_class
:
large
parallelism
:
1
docker
:
-
image
:
circleci/python:2.7
steps
:
-
checkout
-
run
:
sudo pip install torch
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
codecov
build_py2_tf
:
working_directory
:
~/transformers
resource_class
:
large
parallelism
:
1
docker
:
-
image
:
circleci/python:2.7
steps
:
-
checkout
-
run
:
sudo pip install tensorflow
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
codecov
build_py3_custom_tokenizers
:
build_py3_custom_tokenizers
:
working_directory
:
~/transformers
working_directory
:
~/transformers
docker
:
docker
:
...
@@ -116,6 +90,4 @@ workflows:
...
@@ -116,6 +90,4 @@ workflows:
-
build_py3_torch_and_tf
-
build_py3_torch_and_tf
-
build_py3_torch
-
build_py3_torch
-
build_py3_tf
-
build_py3_tf
-
build_py2_torch
-
build_py2_tf
-
deploy_doc
:
*workflow_filters
-
deploy_doc
:
*workflow_filters
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