Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Convert description to unicode for the test and use travis docker con…
Browse files Browse the repository at this point in the history
…tainers
  • Loading branch information
Angel Velasquez committed Jan 2, 2015
1 parent 81c125d commit 0874d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
sudo: false
python:
- "2.7"
- "3.4"
Expand Down
2 changes: 1 addition & 1 deletion klingon/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def setUp(self):
name="Indepent",
description="All in ebooks",
)
self.es_name = 'Independiente'
self.es_name = u"Independiente"
self.es_description = 'Todo en ebooks'
self.es_slug = slugify(self.es_name)

Expand Down

0 comments on commit 0874d8a

Please sign in to comment.