Commit 0dddc149 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Remove py3 marker.

parent 75a23d24
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment