Skip to content

Commit

Permalink
travis: run tests with ascii encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 17, 2016
1 parent 097f8c1 commit 23769eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ install:

script:
- if [ "$TYPE" == "linux" ]; then eval python $PYARGS -m pytest tests; fi
- if [ "$TYPE" == "linux" ]; then LANG=C eval python $PYARGS -m pytest tests; fi
- if [ "$TYPE" == "windows" ]; then eval xvfb-run -a ./run_wine.sh "$PYVER" $PYARGS -m pytest tests; fi

0 comments on commit 23769eb

Please sign in to comment.