Skip to content

Commit

Permalink
Refactor code: Convert CRLF to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
nkprince007 authored and abh3po committed Dec 20, 2016
1 parent 2e2a1b4 commit b685811
Show file tree
Hide file tree
Showing 3 changed files with 690 additions and 690 deletions.
52 changes: 26 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
language: python

python:
- "3.5"

os: linux
sudo: true

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then virtualenv venv -p python3; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source venv/bin/activate; fi

before_script:
- pip3 install -r test-requirements.txt

script:
- python3 setup.py install
- coala-ci
- pytest

matrix:
include:
- os: osx
language: generic
language: python

python:
- "3.5"

os: linux
sudo: true

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then virtualenv venv -p python3; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source venv/bin/activate; fi

before_script:
- pip3 install -r test-requirements.txt

script:
- python3 setup.py install
- coala-ci
- pytest

matrix:
include:
- os: osx
language: generic
Loading

0 comments on commit b685811

Please sign in to comment.