mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
Merge branch 'master' of github.com:QData/TextAttack into fix-travis-tests
This commit is contained in:
@@ -7,4 +7,4 @@ before_install:
|
||||
- pip install git+https://github.com/jxmorris12/language-check
|
||||
install:
|
||||
- pip install -e .
|
||||
script: pytest # run tests
|
||||
script: pytest tests # run tests
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
<h1 align="center">TextAttack 🐙</h1>
|
||||
|
||||
<p align="center">Generating adversarial examples for NLP models</p>
|
||||
@@ -8,8 +10,8 @@
|
||||
<a href="#usage">Usage</a> •
|
||||
<a href="#design">Design</a>
|
||||
<br> <br>
|
||||
<a target="_blank" href="https://travis-ci.com/UVA-MachineLearningBioinformatics/TextAttack">
|
||||
<img src="https://travis-ci.com/UVA-MachineLearningBioinformatics/TextAttack.svg?token=Kpx8qxw1sbsdXyhVxRq3&branch=master" alt="Coverage Status">
|
||||
<a target="_blank" href="https://travis-ci.com/QData/TextAttack">
|
||||
<img src="https://travis-ci.com/QData/TextAttack.svg?token=Kpx8qxw1sbsdXyhVxRq3&branch=master" alt="Coverage Status">
|
||||
</a>
|
||||
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user