~oddbloke/cloud-init/fix-gce-az

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Scott Moser
  • Date: 2015-02-24 16:39:58 UTC
  • Revision ID: smoser@ubuntu.com-20150224163958-iawx0gdtz106mgdj
tox: set LC_ALL=en_US.utf-8 rather than C

this works around an issue in httpretty where it is not able to install
in tox if LC_ALL is set to C.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
     nose
12
12
     pep8==1.5.7
13
13
     pyflakes
 
14
 
 
15
# https://github.com/gabrielfalcao/HTTPretty/issues/223
14
16
setenv =
15
 
    LC_ALL = C
 
17
    LC_ALL = en_US.utf-8
16
18
 
17
19
[testenv:py26]
18
20
commands = nosetests {posargs:tests}