This commit is contained in:
Julien Chaumond
2018-12-20 16:33:39 -05:00
parent 7fb94ab934
commit 8da280ebbe
2 changed files with 13 additions and 0 deletions

11
.circleci/config.yml Normal file
View File

@@ -0,0 +1,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/