1
0
mirror of https://github.com/jfilter/clean-text.git synced 2021-09-19 22:32:58 +03:00

test with presence and absence of unidecode

This commit is contained in:
Johannes Filter
2020-10-18 00:45:57 +02:00
parent 45a3d0df6e
commit e6a0f8212e

View File

@@ -5,9 +5,14 @@ python:
- "3.8"
- "3.9-dev"
# command to install dependencies
env:
- variant=1
- variant=2
install:
- pip install .[gpl]
- if [ "$variant" = "1" ]; then pip install .; fi
- if [ "$variant" = "2" ]; then pip install .[gpl]; fi
script: pytest