From 411981a08038590ab0ad6b73f31919b6c05c161d Mon Sep 17 00:00:00 2001 From: thomwolf Date: Thu, 20 Jun 2019 08:54:18 +0200 Subject: [PATCH] remove slow circle-ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 04adf715e0..3a4bae2984 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - run: sudo pip install pytest codecov pytest-cov - run: sudo pip install spacy ftfy==4.4.3 - run: sudo python -m spacy download en - - run: python -m pytest -sv tests/ --runslow --cov + - run: python -m pytest -sv tests/ --cov - run: codecov build_py2: working_directory: ~/pytorch-pretrained-BERT @@ -22,7 +22,7 @@ jobs: - run: sudo pip install pytest codecov pytest-cov - run: sudo pip install spacy ftfy==4.4.3 - run: sudo python -m spacy download en - - run: python -m pytest -sv tests/ --runslow --cov + - run: python -m pytest -sv tests/ --cov - run: codecov workflows: version: 2