Skip to content

Commit

Permalink
Convert Windows/DOS line endings CR/LF to Unix LF (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner authored and goulu committed May 29, 2017
1 parent baddb25 commit 4e59fb6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4e59fb6

Please sign in to comment.