remove python2 testing for examples

This commit is contained in:
thomwolf
2019-07-12 14:24:08 +02:00
parent 936e813c84
commit 7322c314a6
2 changed files with 0 additions and 557 deletions

View File

@@ -24,9 +24,7 @@ jobs:
- checkout
- run: sudo pip install --progress-bar off .
- run: sudo pip install pytest codecov pytest-cov
- run: sudo pip install tensorboardX scikit-learn mock
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
- run: python -m pytest -sv ./examples/
- run: codecov
workflows:
version: 2