From 4e59fb66de9d44f31937e1b849feb66886f672e4 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Mon, 29 May 2017 08:53:26 +0200 Subject: [PATCH] Convert Windows/DOS line endings CR/LF to Unix LF (#58) --- .travis.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18f28a92..50b7aea7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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