1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

remove pytest requirement & make languagecheck an optional dependency

This commit is contained in:
Jack Morris
2020-02-21 21:47:09 -05:00
parent 7702cb98b5
commit 50bf77a02f
2 changed files with 1 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ before_install:
- python --version
- pip install -U pip
- pip install -U pytest
- pip install git+https://github.com/jxmorris12/language-check
install:
- pip install . # ".[test]" . # install package + test dependencies
script: pytest # run tests

View File

@@ -1,6 +1,5 @@
editdistance
filelock
language-check
lru-dict
nltk
numpy
@@ -16,4 +15,3 @@ tensorflow_hub
terminaltables
tqdm
visdom
pytest