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
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
install:
- pip install six
- pip install pycrypto
- pip install chardet
script:
nosetests --nologcapture
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
install:
- pip install six
- pip install pycrypto
- pip install chardet
script:
nosetests --nologcapture