.travis.yml: add Python 3.7, try forcing LANG
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user