Skip to content

Commit

Permalink
Merge pull request #235 from seiro-ogasawara/fix/flake8-version
Browse files Browse the repository at this point in the history
fix flake8 version to 3.4.1
  • Loading branch information
yannmh authored Oct 30, 2017
2 parents 93cd901 + bda4748 commit a429c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- "3.5"
- "3.6"
install:
- pip install flake8
- pip install flake8==3.4.1
script:
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then flake8 --max-line-length=100 datadog; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then python setup.py test; else python setup.py test -s tests.unit; fi

0 comments on commit a429c22

Please sign in to comment.