Convert Windows/DOS line endings CR/LF to Unix LF (#58)

pull/63/head^2
Peter Bittner 2017-05-29 08:53:26 +02:00 committed by Goulu
parent baddb25df6
commit 4e59fb66de
1 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,12 @@
language: python language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
install: install:
- pip install six - pip install six
- pip install pycrypto - pip install pycrypto
- pip install chardet - pip install chardet
script: script:
nosetests --nologcapture nosetests --nologcapture