1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00
Files
textattack-nlp-transformer/.travis.yml
2020-06-17 15:38:38 -04:00

14 lines
329 B
YAML

language: python
python: '3.8'
cache: pip
before_install:
- python --version
- python -m pip install --upgrade pip
- pip install black pytest pytest-xdist
install:
- pip install -e .
script:
- black . --check
# Run the non-slow tests. (Slow tests run on Jenkins.)
- pytest tests -vx --dist=loadfile -n auto -k-slow