config.yml 323 Bytes
Newer Older
Julien Chaumond's avatar
Julien Chaumond committed
1
2
3
4
5
6
7
8
9
10
11
version: 2
jobs:
    build:
        working_directory: ~/pytorch-pretrained-BERT
        docker:
            - image: circleci/python:3.7
        steps:
            - checkout
            - run: sudo pip install --progress-bar off .
            - run: sudo pip install pytest
            - run: python -m pytest -sv tests/