.travis.yml: add Python 3.7, try forcing LANG

This commit is contained in:
mutantmonkey
2018-10-13 15:59:11 -07:00
parent c42438bf38
commit 378edca342

View File

@@ -4,6 +4,8 @@ cache: pip
python:
- 3.5
- 3.6
- 3.7
install:
- pip install -r requirements.txt
script: nosetests
script:
- LANG=en_US.UTF-8 nosetests