Skip to content

Commit 26e50e2

Browse files
author
cclauss
authored
Update .travis.yml
1 parent 1b727a4 commit 26e50e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ install:
1313
before_script:
1414
# 1) stop the build if there are Python syntax errors or undefined names
1515
# 2) exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
16-
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then
16+
# - if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then
17+
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then
1718
pip install flake8;
1819
flake8 . --count --exit-zero --select=E901,E999,F821,F822,F823 --show-source --statistics;
1920
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics;

0 commit comments

Comments
 (0)