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
0dddc149
Commit
0dddc149
authored
Dec 22, 2019
by
Aymeric Augustin
Browse files
Remove py3 marker.
parent
75a23d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.circleci/config.yml
.circleci/config.yml
+10
-10
No files found.
.circleci/config.yml
View file @
0dddc149
version
:
2
jobs
:
run_tests_
py3_
torch_and_tf
:
run_tests_torch_and_tf
:
working_directory
:
~/transformers
docker
:
-
image
:
circleci/python:3.5
...
...
@@ -17,7 +17,7 @@ jobs:
-
run
:
sudo pip install tensorboardX scikit-learn
-
run
:
python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
-
run
:
codecov
run_tests_
py3_
torch
:
run_tests_torch
:
working_directory
:
~/transformers
docker
:
-
image
:
circleci/python:3.5
...
...
@@ -33,7 +33,7 @@ jobs:
-
run
:
sudo pip install tensorboardX scikit-learn
-
run
:
python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
-
run
:
codecov
run_tests_
py3_
tf
:
run_tests_tf
:
working_directory
:
~/transformers
docker
:
-
image
:
circleci/python:3.5
...
...
@@ -49,7 +49,7 @@ jobs:
-
run
:
sudo pip install tensorboardX scikit-learn
-
run
:
python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
-
run
:
codecov
run_tests_
py3_
custom_tokenizers
:
run_tests_custom_tokenizers
:
working_directory
:
~/transformers
docker
:
-
image
:
circleci/python:3.5
...
...
@@ -59,7 +59,7 @@ jobs:
-
run
:
sudo pip install pytest pytest-xdist
-
run
:
sudo pip install mecab-python3
-
run
:
RUN_CUSTOM_TOKENIZERS=1 python -m pytest -sv ./tests/test_tokenization_bert_japanese.py
run_examples_
py3_
torch
:
run_examples_torch
:
working_directory
:
~/transformers
docker
:
-
image
:
circleci/python:3.5
...
...
@@ -121,9 +121,9 @@ workflows:
jobs
:
-
check_code_quality
-
check_repository_consistency
-
run_examples_
py3_
torch
-
run_tests_
py3_
custom_tokenizers
-
run_tests_
py3_
torch_and_tf
-
run_tests_
py3_
torch
-
run_tests_
py3_
tf
-
run_examples_torch
-
run_tests_custom_tokenizers
-
run_tests_torch_and_tf
-
run_tests_torch
-
run_tests_tf
-
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