Addresses unicode issues in Python 3

Fixes #79
This commit is contained in:
Manuel Ebert 2013-06-24 12:48:23 +02:00
parent 868d29a92e
commit d7dfba008c
5 changed files with 10 additions and 8 deletions

View file

@ -2,12 +2,10 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
script: nosetests
matrix:
allow_failures: # python 3 support for travis is shaky....
- python: 3.2
- python: 3.3