Skip to content
Snippets Groups Projects
Commit 33b53201 authored by Fabien  MAREUIL's avatar Fabien MAREUIL
Browse files

fix ascii error with LC_CTYPE

parent c94d3514
No related branches found
No related tags found
1 merge request!31Prepare for v1.1.2
Pipeline #53264 passed
......@@ -61,6 +61,7 @@ test-centos7:
- coverage run --source='.' manage.py test
- coverage report
- coverage html
- export LC_CTYPE="en_US.UTF-8"
- pip3.6 install sphinx==3.5.2 sphinx-argparse==0.2.5 sphinxcontrib.bibtex==2.1.4 sphinx_rtd_theme==0.5.1
- cd docs
- PYTHON=python3.6 make html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment