Run some tests on Python 3.7.

This will improve version coverage.
This commit is contained in:
Aymeric Augustin
2019-12-22 21:35:09 +01:00
parent 7a865821d9
commit 8a6881822a

View File

@@ -17,7 +17,7 @@ jobs:
run_tests_torch:
working_directory: ~/transformers
docker:
- image: circleci/python:3.5
- image: circleci/python:3.7
environment:
OMP_NUM_THREADS: 1
resource_class: xlarge
@@ -31,7 +31,7 @@ jobs:
run_tests_tf:
working_directory: ~/transformers
docker:
- image: circleci/python:3.5
- image: circleci/python:3.7
environment:
OMP_NUM_THREADS: 1
resource_class: xlarge