Skip to content

Commit

Permalink
Fix unexpected end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
Daun Jung committed Jul 28, 2020
1 parent 4c097fe commit fbe2916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ python:
- "3.7"

before_install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r requirements2.txt; else pip install -r requirements.txt fi
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r requirements2.txt; else pip install -r requirements.txt; fi
- pip install coveralls
- pip install pytest-cov

Expand Down

0 comments on commit fbe2916

Please sign in to comment.