Skip to content

Commit

Permalink
add env for zh_CN.UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
gxagxagxa committed Sep 23, 2018
1 parent 2de28fb commit e6fa3a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: python
python:
- "2.7"
env:
global:
- LANG=zh_CN.UTF-8
- LC_ALL=zh_CN.UTF-8
install:
- pip install -r requirements.txt
script:
Expand Down

0 comments on commit e6fa3a0

Please sign in to comment.