Skip to content

Instantly share code, notes, and snippets.

@d0ugal
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d0ugal/a14f58f679b22d36e2bd to your computer and use it in GitHub Desktop.
Save d0ugal/a14f58f679b22d36e2bd to your computer and use it in GitHub Desktop.
[tox]
envlist = py26,py27,py33,py34
skipsdist = true
[testenv]
commands=
python -c "import codecs, locale; l = codecs.lookup(locale.getpreferredencoding()).name; assert l == 'utf-8', l"
@RonnyPfannschmidt
Copy link

needs a setenv for the locale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment