.travis.yml: add Python 3.7, try forcing LANG
parent
c42438bf38
commit
378edca342
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue