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

master
mutantmonkey 2018-10-13 15:59:11 -07:00
parent c42438bf38
commit 378edca342
1 changed files with 3 additions and 1 deletions

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