Remove py3 marker.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
run_tests_py3_torch_and_tf:
|
run_tests_torch_and_tf:
|
||||||
working_directory: ~/transformers
|
working_directory: ~/transformers
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.5
|
- image: circleci/python:3.5
|
||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- run: sudo pip install tensorboardX scikit-learn
|
- run: sudo pip install tensorboardX scikit-learn
|
||||||
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
|
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
|
||||||
- run: codecov
|
- run: codecov
|
||||||
run_tests_py3_torch:
|
run_tests_torch:
|
||||||
working_directory: ~/transformers
|
working_directory: ~/transformers
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.5
|
- image: circleci/python:3.5
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- run: sudo pip install tensorboardX scikit-learn
|
- run: sudo pip install tensorboardX scikit-learn
|
||||||
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
|
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
|
||||||
- run: codecov
|
- run: codecov
|
||||||
run_tests_py3_tf:
|
run_tests_tf:
|
||||||
working_directory: ~/transformers
|
working_directory: ~/transformers
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.5
|
- image: circleci/python:3.5
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- run: sudo pip install tensorboardX scikit-learn
|
- run: sudo pip install tensorboardX scikit-learn
|
||||||
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
|
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/ --cov
|
||||||
- run: codecov
|
- run: codecov
|
||||||
run_tests_py3_custom_tokenizers:
|
run_tests_custom_tokenizers:
|
||||||
working_directory: ~/transformers
|
working_directory: ~/transformers
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.5
|
- image: circleci/python:3.5
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
- run: sudo pip install pytest pytest-xdist
|
- run: sudo pip install pytest pytest-xdist
|
||||||
- run: sudo pip install mecab-python3
|
- run: sudo pip install mecab-python3
|
||||||
- run: RUN_CUSTOM_TOKENIZERS=1 python -m pytest -sv ./tests/test_tokenization_bert_japanese.py
|
- 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
|
working_directory: ~/transformers
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.5
|
- image: circleci/python:3.5
|
||||||
@@ -121,9 +121,9 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- check_code_quality
|
- check_code_quality
|
||||||
- check_repository_consistency
|
- check_repository_consistency
|
||||||
- run_examples_py3_torch
|
- run_examples_torch
|
||||||
- run_tests_py3_custom_tokenizers
|
- run_tests_custom_tokenizers
|
||||||
- run_tests_py3_torch_and_tf
|
- run_tests_torch_and_tf
|
||||||
- run_tests_py3_torch
|
- run_tests_torch
|
||||||
- run_tests_py3_tf
|
- run_tests_tf
|
||||||
- deploy_doc: *workflow_filters
|
- deploy_doc: *workflow_filters
|
||||||
|
|||||||
Reference in New Issue
Block a user