Forcing tests to be run with LANG=C. Otherwise the tests might fail if a non english locale is active.

front-end-standardization
Gregor Müllegger 2015-05-21 15:43:51 +02:00
parent 2c971b9f8f
commit f30c777c68
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@
cd readthedocs
rm -rf rtd_tests/builds/
LANG=C \
coverage run -m pytest $*
)