From 378edca34247c2ba95b61c23b1f74b0622eada8c Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sat, 13 Oct 2018 15:59:11 -0700 Subject: [PATCH] .travis.yml: add Python 3.7, try forcing LANG --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5f54b8..50b505d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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