Adding chardet to Travis

pull/5/head
Cathal Garvey 2015-05-30 19:35:05 +01:00
parent 403711ed13
commit e2d3adc8c1
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ python:
install: install:
- pip install six - pip install six
- pip install pycrypto - pip install pycrypto
- pip install chardet
script: script:
nosetests --nologcapture nosetests --nologcapture